Home
last modified time | relevance | path

Searched refs:HTTP_RESPONSE (Results 1 – 16 of 16) sorted by relevance

/third_party/mbedtls/programs/ssl/
Dssl_server.c72 #define HTTP_RESPONSE \ macro
327 len = sprintf( (char *) buf, HTTP_RESPONSE, in main()
Dssl_fork_server.c77 #define HTTP_RESPONSE \ macro
365 len = sprintf( (char *) buf, HTTP_RESPONSE, in main()
Dssl_pthread_server.c78 #define HTTP_RESPONSE \ macro
212 len = sprintf( (char *) buf, HTTP_RESPONSE, in handle_ssl_connection()
Dssl_server2.c163 #define HTTP_RESPONSE \ macro
3654 len = sprintf( (char *) buf, HTTP_RESPONSE, in main()
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.h144 enum http_parser_type { HTTP_REQUEST, HTTP_RESPONSE, HTTP_BOTH }; enumerator
Dhttp_parser.c743 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/
Dh2load_http1_session.cc169 llhttp_init(&htp_, HTTP_RESPONSE, &htp_hooks); in Http1Session()
Dshrpx_http_downstream_connection.cc450 llhttp_init(&response_htp_, HTTP_RESPONSE, &htp_hooks); in initiate_connection()
Dshrpx_http2_session.cc425 llhttp_init(proxy_htp_.get(), HTTP_RESPONSE, &htp_hooks); in initiate_connection()
Dnghttp.cc891 llhttp_init(htp.get(), HTTP_RESPONSE, &htp_hooks); in connected()
/third_party/node/src/
Dnode_http_parser.cc347 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/
Dllhttp.h103 HTTP_RESPONSE = 2 enumerator
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h102 HTTP_RESPONSE = 2 enumerator
/third_party/node/deps/llhttp/
DREADME.md75 * HTTP_REQUEST and HTTP_RESPONSE parsing automatically while reading the first
/third_party/nghttp2/third-party/llhttp/
DREADME.md75 * HTTP_REQUEST and HTTP_RESPONSE parsing automatically while reading the first
/third_party/boost/libs/beast/test/bench/parser/
Dnodejs_parser.hpp358 : http_parser_type::HTTP_RESPONSE); in nodejs_basic_parser()