Searched refs:HTTP_RESPONSE (Results 1 – 16 of 16) sorted by relevance
/third_party/mbedtls/programs/ssl/ |
D | ssl_server.c | 72 #define HTTP_RESPONSE \ macro 327 len = sprintf( (char *) buf, HTTP_RESPONSE, in main()
|
D | ssl_fork_server.c | 77 #define HTTP_RESPONSE \ macro 365 len = sprintf( (char *) buf, HTTP_RESPONSE, in main()
|
D | ssl_pthread_server.c | 78 #define HTTP_RESPONSE \ macro 212 len = sprintf( (char *) buf, HTTP_RESPONSE, in handle_ssl_connection()
|
D | ssl_server2.c | 163 #define HTTP_RESPONSE \ macro 3654 len = sprintf( (char *) buf, HTTP_RESPONSE, in main()
|
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/ |
D | http_parser.h | 144 enum http_parser_type { HTTP_REQUEST, HTTP_RESPONSE, HTTP_BOTH }; enumerator
|
D | http_parser.c | 743 parser->type = HTTP_RESPONSE; in http_parser_execute() 2150 …parser->state = (t == HTTP_REQUEST ? s_start_req : (t == HTTP_RESPONSE ? s_start_res : s_start_req… in http_parser_init()
|
/third_party/nghttp2/src/ |
D | h2load_http1_session.cc | 169 llhttp_init(&htp_, HTTP_RESPONSE, &htp_hooks); in Http1Session()
|
D | shrpx_http_downstream_connection.cc | 450 llhttp_init(&response_htp_, HTTP_RESPONSE, &htp_hooks); in initiate_connection()
|
D | shrpx_http2_session.cc | 425 llhttp_init(proxy_htp_.get(), HTTP_RESPONSE, &htp_hooks); in initiate_connection()
|
D | nghttp.cc | 891 llhttp_init(htp.get(), HTTP_RESPONSE, &htp_hooks); in connected()
|
/third_party/node/src/ |
D | node_http_parser.cc | 347 if (parser_.type == HTTP_RESPONSE) { in on_headers_complete() 566 CHECK(type == HTTP_REQUEST || type == HTTP_RESPONSE); in Initialize() 963 Integer::New(env->isolate(), HTTP_RESPONSE)); in InitializeHttpParser()
|
/third_party/node/deps/llhttp/include/ |
D | llhttp.h | 103 HTTP_RESPONSE = 2 enumerator
|
/third_party/nghttp2/third-party/llhttp/include/ |
D | llhttp.h | 102 HTTP_RESPONSE = 2 enumerator
|
/third_party/node/deps/llhttp/ |
D | README.md | 75 * HTTP_REQUEST and HTTP_RESPONSE parsing automatically while reading the first
|
/third_party/nghttp2/third-party/llhttp/ |
D | README.md | 75 * HTTP_REQUEST and HTTP_RESPONSE parsing automatically while reading the first
|
/third_party/boost/libs/beast/test/bench/parser/ |
D | nodejs_parser.hpp | 358 : http_parser_type::HTTP_RESPONSE); in nodejs_basic_parser()
|