Home
last modified time | relevance | path

Searched refs:SPDY_HTTP_VERSION_1_1 (Results 1 – 9 of 9) sorted by relevance

/external/libmicrohttpd/src/examples/
Dspdy_fileserver.c185 …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()
Dspdy_response_with_callback.c118 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()
Dspdy_event_loop.c229 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/
Dtest_misc.c181 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()
Dtest_request_response_with_callback.c146 SPDY_HTTP_VERSION_1_1,resp_headers,&response_callback,fd,SPDY_MAX_SUPPORTED_FRAME_SIZE); in standard_request_handler()
Dtest_notls.c789 …response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,RESPONSE_BODY,strlen(RESPONSE_B… in standard_request_handler()
Dtest_request_response.c846 …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/
Dmicrospdy.h249 #define SPDY_HTTP_VERSION_1_1 "HTTP/1.1" macro
/external/libmicrohttpd/src/spdy2http/
Dproxy.c1192 SPDY_HTTP_VERSION_1_1, in run()