Home
last modified time | relevance | path

Searched refs:HTTP_RESPONSE (Results 1 - 11 of 11) sorted by relevance

/third_party/mbedtls/programs/ssl/
H A Dssl_fork_server.c54 #define HTTP_RESPONSE \ macro
333 len = sprintf((char *) buf, HTTP_RESPONSE, in main()
H A Dssl_server.c48 #define HTTP_RESPONSE \ macro
299 len = sprintf((char *) buf, HTTP_RESPONSE, in main()
H A Dssl_pthread_server.c55 #define HTTP_RESPONSE \ macro
184 len = sprintf((char *) buf, HTTP_RESPONSE, in handle_ssl_connection()
H A Dssl_server2.c161 /* Uncomment LONG_RESPONSE at the end of HTTP_RESPONSE to test sending longer
163 #define HTTP_RESPONSE \ macro
2327 if (buf_content_size < strlen(HTTP_RESPONSE) + 80) { in main()
2328 buf_content_size = strlen(HTTP_RESPONSE) + 80; in main()
3919 len = sprintf((char *) buf, HTTP_RESPONSE, in main()
/third_party/nghttp2/src/
H A Dh2load_http1_session.cc182 llhttp_init(&htp_, HTTP_RESPONSE, &htp_hooks); in Http1Session()
H A Dshrpx_http_downstream_connection.cc465 llhttp_init(&response_htp_, HTTP_RESPONSE, &htp_hooks); in initiate_connection()
H A Dshrpx_http2_session.cc438 llhttp_init(proxy_htp_.get(), HTTP_RESPONSE, &htp_hooks); in initiate_connection()
H A Dnghttp.cc906 llhttp_init(htp.get(), HTTP_RESPONSE, &htp_hooks); in connected()
/third_party/node/src/
H A Dnode_http_parser.cc414 if (parser_.type == HTTP_RESPONSE) { in on_headers_complete()
652 CHECK(type == HTTP_REQUEST || type == HTTP_RESPONSE); in Initialize()
1211 Integer::New(env->isolate(), HTTP_RESPONSE)); in InitializeHttpParser()
/third_party/node/deps/llhttp/include/
H A Dllhttp.h113 HTTP_RESPONSE = 2 enumerator
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h125 HTTP_RESPONSE = 2 enumerator

Completed in 22 milliseconds