Home
last modified time | relevance | path

Searched refs:HTTP_REQUEST (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/third-party/llhttp/src/
H A Dhttp.c21 (parser->type == HTTP_REQUEST || parser->status_code == 101); in llhttp__before_headers_complete()
54 if (parser->type == HTTP_REQUEST && in llhttp__after_headers_complete()
110 if (parser->type == HTTP_REQUEST) { in llhttp_message_needs_eof()
/third_party/node/deps/llhttp/src/
H A Dhttp.c21 (parser->type == HTTP_REQUEST || parser->status_code == 101); in llhttp__before_headers_complete()
54 if (parser->type == HTTP_REQUEST && in llhttp__after_headers_complete()
110 if (parser->type == HTTP_REQUEST) { in llhttp_message_needs_eof()
/third_party/node/src/
H A Dnode_http_parser.cc400 if (parser_.type == HTTP_REQUEST) in on_headers_complete()
408 if (parser_.type == HTTP_REQUEST) { in on_headers_complete()
652 CHECK(type == HTTP_REQUEST || type == HTTP_RESPONSE); in Initialize()
659 (type == HTTP_REQUEST ? in Initialize()
1209 Integer::New(env->isolate(), HTTP_REQUEST)); in InitializeHttpParser()
H A Dinspector_socket.cc488 llhttp_init(&parser_, HTTP_REQUEST, &parser_settings); in HttpHandler()
/third_party/node/deps/llhttp/include/
H A Dllhttp.h112 HTTP_REQUEST = 1, enumerator
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h124 HTTP_REQUEST = 1, enumerator
/third_party/nghttp2/src/
H A Dshrpx_https_upstream.cc97 llhttp_init(&htp_, HTTP_REQUEST, &htp_hooks); in HttpsUpstream()

Completed in 13 milliseconds