Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/ssl/
Dssl_server.c60 #define HTTP_RESPONSE \ macro
301 len = sprintf((char *) buf, HTTP_RESPONSE, in main()
Dssl_fork_server.c66 #define HTTP_RESPONSE \ macro
336 len = sprintf((char *) buf, HTTP_RESPONSE, in main()
Dssl_pthread_server.c67 #define HTTP_RESPONSE \ macro
196 len = sprintf((char *) buf, HTTP_RESPONSE, in handle_ssl_connection()
Dssl_server2.c173 #define HTTP_RESPONSE \ macro
2262 if (buf_content_size < strlen(HTTP_RESPONSE) + 80) { in main()
2263 buf_content_size = strlen(HTTP_RESPONSE) + 80; in main()
3884 len = sprintf((char *) buf, HTTP_RESPONSE, in main()
/third_party/nghttp2/src/
Dh2load_http1_session.cc182 llhttp_init(&htp_, HTTP_RESPONSE, &htp_hooks); in Http1Session()
Dshrpx_http_downstream_connection.cc465 llhttp_init(&response_htp_, HTTP_RESPONSE, &htp_hooks); in initiate_connection()
Dshrpx_http2_session.cc438 llhttp_init(proxy_htp_.get(), HTTP_RESPONSE, &htp_hooks); in initiate_connection()
Dnghttp.cc906 llhttp_init(htp.get(), HTTP_RESPONSE, &htp_hooks); in connected()
/third_party/node/src/
Dnode_http_parser.cc411 if (parser_.type == HTTP_RESPONSE) { in on_headers_complete()
636 CHECK(type == HTTP_REQUEST || type == HTTP_RESPONSE); in Initialize()
1193 Integer::New(env->isolate(), HTTP_RESPONSE)); in InitializeHttpParser()
/third_party/node/deps/llhttp/include/
Dllhttp.h113 HTTP_RESPONSE = 2 enumerator
/third_party/node/deps/llhttp/
DREADME.md76 * HTTP_REQUEST and HTTP_RESPONSE parsing automatically while reading the first
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h124 HTTP_RESPONSE = 2 enumerator
/third_party/nghttp2/third-party/llhttp/
DREADME.md84 *HTTP_REQUEST and HTTP_RESPONSE parsing automatically while reading the first