Home
last modified time | relevance | path

Searched refs:llhttp_init (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/llhttp/src/
H A Dapi.c33 void llhttp_init(llhttp_t* parser, llhttp_type_t type, in llhttp_init() function
75 llhttp_init(parser, type, &wasm_settings); in llhttp_alloc()
/third_party/nghttp2/third-party/llhttp/src/
H A Dapi.c33 void llhttp_init(llhttp_t* parser, llhttp_type_t type, in llhttp_init() function
88 llhttp_init(parser, type, &wasm_settings); in llhttp_alloc()
/third_party/nghttp2/src/
H A Dh2load_http1_session.cc182 llhttp_init(&htp_, HTTP_RESPONSE, &htp_hooks); in Http1Session()
H A Dshrpx_http_downstream_connection.cc465 llhttp_init(&response_htp_, HTTP_RESPONSE, &htp_hooks); in initiate_connection()
H A Dshrpx_https_upstream.cc97 llhttp_init(&htp_, HTTP_REQUEST, &htp_hooks); in HttpsUpstream()
H A Dshrpx_http2_session.cc438 llhttp_init(proxy_htp_.get(), HTTP_RESPONSE, &htp_hooks); in initiate_connection()
H A Dnghttp.cc906 llhttp_init(htp.get(), HTTP_RESPONSE, &htp_hooks); in connected()
/third_party/node/deps/llhttp/include/
H A Dllhttp.h381 void llhttp_init(llhttp_t* parser, llhttp_type_t type,
431 * to return the same error upon each successive call up until `llhttp_init()`
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h613 void llhttp_init(llhttp_t* parser, llhttp_type_t type,
663 * to return the same error upon each successive call up until `llhttp_init()`
/third_party/node/src/
H A Dinspector_socket.cc488 llhttp_init(&parser_, HTTP_REQUEST, &parser_settings); in HttpHandler()
H A Dnode_http_parser.cc938 llhttp_init(&parser_, type, &settings); in Init()

Completed in 18 milliseconds