Home
last modified time | relevance | path

Searched refs:SPDY_build_response_with_callback (Results 1 – 6 of 6) sorted by relevance

/external/libmicrohttpd/src/examples/
Dspdy_response_with_callback.c117 response = SPDY_build_response_with_callback(200,NULL, in standard_request_handler()
Dspdy_fileserver.c226 response = SPDY_build_response_with_callback(200,NULL, in standard_request_handler()
/external/libmicrohttpd/src/testspdy/
Dtest_request_response_with_callback.c145 response = SPDY_build_response_with_callback(200,NULL, in standard_request_handler()
/external/libmicrohttpd/src/include/
Dmicrospdy.h1183 SPDY_build_response_with_callback(int status,
/external/libmicrohttpd/src/microspdy/
Dapplicationlayer.c480 SPDY_build_response_with_callback(int status, in SPDY_build_response_with_callback() function
/external/libmicrohttpd/src/spdy2http/
Dproxy.c558 if(NULL == (proxy->response = SPDY_build_response_with_callback(proxy->status, in curl_header_cb()