Searched refs:SPDY_build_response (Results 1 – 9 of 9) sorted by relevance
/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_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/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() 253 response = SPDY_build_response(SPDY_HTTP_NOT_FOUND,NULL,SPDY_HTTP_VERSION_1_1,NULL,NULL,0); 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()
|
D | spdy_response_with_callback.c | 135 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,html,strlen(html)); in standard_request_handler()
|
/external/libmicrohttpd/src/microspdy/ |
D | applicationlayer.c | 391 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/ |
D | microspdy.h | 1143 SPDY_build_response (int status,
|
/external/libmicrohttpd/src/spdy2http/ |
D | proxy.c | 1190 if(NULL == (proxy->response = SPDY_build_response(SPDY_HTTP_BAD_GATEWAY, in run()
|