Searched refs:SPDY_queue_response (Results 1 – 10 of 10) sorted by relevance
/external/libmicrohttpd/src/examples/ |
D | spdy_fileserver.c | 236 if(SPDY_queue_response(request,response,true,false,&response_done_callback,fd)!=SPDY_YES) in standard_request_handler() 261 if(SPDY_queue_response(request,response,true,false,&response_done_callback,NULL)!=SPDY_YES) in standard_request_handler()
|
D | spdy_response_with_callback.c | 146 if(SPDY_queue_response(request,response,true,false,&response_done_callback,clspath)!=SPDY_YES) in standard_request_handler()
|
D | spdy_event_loop.c | 264 if(SPDY_queue_response(request,response,true,false,&response_done_callback,pathcls)!=SPDY_YES) in standard_request_handler()
|
/external/libmicrohttpd/src/testspdy/ |
D | test_misc.c | 193 if(SPDY_queue_response(request,response,true,false,&response_done_callback,cls_path)!=SPDY_YES) in standard_request_handler()
|
D | test_request_response_with_callback.c | 156 if(SPDY_queue_response(request,response,true,false,&response_done_callback,clspath)!=SPDY_YES) in standard_request_handler()
|
D | test_request_response.c | 853 if(SPDY_queue_response(request,response,true,false,NULL,(void*)strdup(path))!=SPDY_YES) in standard_request_handler()
|
D | test_notls.c | 796 if(SPDY_queue_response(request,response,true,false,NULL,(void*)strdup(path))!=SPDY_YES) in standard_request_handler()
|
/external/libmicrohttpd/src/include/ |
D | microspdy.h | 1221 SPDY_queue_response (struct SPDY_Request *request,
|
/external/libmicrohttpd/src/spdy2http/ |
D | proxy.c | 575 if(SPDY_YES != SPDY_queue_response(proxy->request, in curl_header_cb() 1197 if(SPDY_YES != SPDY_queue_response(proxy->request, in run()
|
/external/libmicrohttpd/src/microspdy/ |
D | applicationlayer.c | 525 SPDY_queue_response (struct SPDY_Request * request, in SPDY_queue_response() function
|