Searched refs:HTTP_RESPONSE (Results 1 – 13 of 13) sorted by relevance
/third_party/mbedtls/programs/ssl/ |
D | ssl_server.c | 60 #define HTTP_RESPONSE \ macro 301 len = sprintf((char *) buf, HTTP_RESPONSE, in main()
|
D | ssl_fork_server.c | 66 #define HTTP_RESPONSE \ macro 336 len = sprintf((char *) buf, HTTP_RESPONSE, in main()
|
D | ssl_pthread_server.c | 67 #define HTTP_RESPONSE \ macro 196 len = sprintf((char *) buf, HTTP_RESPONSE, in handle_ssl_connection()
|
D | ssl_server2.c | 173 #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/ |
D | h2load_http1_session.cc | 182 llhttp_init(&htp_, HTTP_RESPONSE, &htp_hooks); in Http1Session()
|
D | shrpx_http_downstream_connection.cc | 465 llhttp_init(&response_htp_, HTTP_RESPONSE, &htp_hooks); in initiate_connection()
|
D | shrpx_http2_session.cc | 438 llhttp_init(proxy_htp_.get(), HTTP_RESPONSE, &htp_hooks); in initiate_connection()
|
D | nghttp.cc | 906 llhttp_init(htp.get(), HTTP_RESPONSE, &htp_hooks); in connected()
|
/third_party/node/src/ |
D | node_http_parser.cc | 411 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/ |
D | llhttp.h | 113 HTTP_RESPONSE = 2 enumerator
|
/third_party/node/deps/llhttp/ |
D | README.md | 76 * HTTP_REQUEST and HTTP_RESPONSE parsing automatically while reading the first
|
/third_party/nghttp2/third-party/llhttp/include/ |
D | llhttp.h | 124 HTTP_RESPONSE = 2 enumerator
|
/third_party/nghttp2/third-party/llhttp/ |
D | README.md | 84 *HTTP_REQUEST and HTTP_RESPONSE parsing automatically while reading the first
|