Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/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()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_request_response_with_callback.c145 response = SPDY_build_response_with_callback(200,NULL, in standard_request_handler()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrospdy.h1183 SPDY_build_response_with_callback(int status,
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Dapplicationlayer.c480 SPDY_build_response_with_callback(int status, in SPDY_build_response_with_callback() function
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
Dproxy.c558 if(NULL == (proxy->response = SPDY_build_response_with_callback(proxy->status, in curl_header_cb()