Searched refs:SPDY_HTTP_VERSION_1_1 (Results 1 – 9 of 9) sorted by relevance
/external/libmicrohttpd/src/examples/ |
D | spdy_fileserver.c | 185 …response = SPDY_build_response(SPDY_HTTP_INTERNAL_SERVER_ERROR,NULL,SPDY_HTTP_VERSION_1_1,NULL,NUL… in standard_request_handler() 227 SPDY_HTTP_VERSION_1_1,resp_headers,&response_callback,fd,SPDY_MAX_SUPPORTED_FRAME_SIZE); in standard_request_handler() 253 response = SPDY_build_response(SPDY_HTTP_NOT_FOUND,NULL,SPDY_HTTP_VERSION_1_1,NULL,NULL,0); in standard_request_handler()
|
D | spdy_response_with_callback.c | 118 SPDY_HTTP_VERSION_1_1,resp_headers,&response_callback,fd,SPDY_MAX_SUPPORTED_FRAME_SIZE); in standard_request_handler() 135 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,html,strlen(html)); in standard_request_handler()
|
D | spdy_event_loop.c | 229 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,html,strlen(html)); in standard_request_handler() 253 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,html,strlen(html)); in standard_request_handler()
|
/external/libmicrohttpd/src/testspdy/ |
D | test_misc.c | 181 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,CSS,strlen(CSS)); in standard_request_handler() 185 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,HTML,strlen(HTML)); in standard_request_handler()
|
D | test_request_response_with_callback.c | 146 SPDY_HTTP_VERSION_1_1,resp_headers,&response_callback,fd,SPDY_MAX_SUPPORTED_FRAME_SIZE); in standard_request_handler()
|
D | test_notls.c | 789 …response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,RESPONSE_BODY,strlen(RESPONSE_B… in standard_request_handler()
|
D | test_request_response.c | 846 …response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,RESPONSE_BODY,strlen(RESPONSE_B… in standard_request_handler()
|
/external/libmicrohttpd/src/include/ |
D | microspdy.h | 249 #define SPDY_HTTP_VERSION_1_1 "HTTP/1.1" macro
|
/external/libmicrohttpd/src/spdy2http/ |
D | proxy.c | 1192 SPDY_HTTP_VERSION_1_1, in run()
|