Searched refs:llhttp_init (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/llhttp/src/ |
H A D | api.c | 33 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 D | api.c | 33 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 D | h2load_http1_session.cc | 182 llhttp_init(&htp_, HTTP_RESPONSE, &htp_hooks); in Http1Session()
|
H A D | shrpx_http_downstream_connection.cc | 465 llhttp_init(&response_htp_, HTTP_RESPONSE, &htp_hooks); in initiate_connection()
|
H A D | shrpx_https_upstream.cc | 97 llhttp_init(&htp_, HTTP_REQUEST, &htp_hooks); in HttpsUpstream()
|
H A D | shrpx_http2_session.cc | 438 llhttp_init(proxy_htp_.get(), HTTP_RESPONSE, &htp_hooks); in initiate_connection()
|
H A D | nghttp.cc | 906 llhttp_init(htp.get(), HTTP_RESPONSE, &htp_hooks); in connected()
|
/third_party/node/deps/llhttp/include/ |
H A D | llhttp.h | 381 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 D | llhttp.h | 613 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 D | inspector_socket.cc | 488 llhttp_init(&parser_, HTTP_REQUEST, &parser_settings); in HttpHandler()
|
H A D | node_http_parser.cc | 938 llhttp_init(&parser_, type, &settings); in Init()
|
Completed in 18 milliseconds