Home
last modified time | relevance | path

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

/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_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/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()
253 response = SPDY_build_response(SPDY_HTTP_NOT_FOUND,NULL,SPDY_HTTP_VERSION_1_1,NULL,NULL,0); 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()
Dspdy_response_with_callback.c135 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,html,strlen(html)); in standard_request_handler()
/external/libmicrohttpd/src/microspdy/
Dapplicationlayer.c391 SPDY_build_response(int status, in SPDY_build_response() function
504 response = SPDY_build_response(status, in SPDY_build_response_with_callback()
/external/libmicrohttpd/src/include/
Dmicrospdy.h1143 SPDY_build_response (int status,
/external/libmicrohttpd/src/spdy2http/
Dproxy.c1190 if(NULL == (proxy->response = SPDY_build_response(SPDY_HTTP_BAD_GATEWAY, in run()