Searched refs:clspath (Results 1 – 2 of 2) sorted by relevance
/external/libmicrohttpd/src/examples/ |
D | spdy_response_with_callback.c | 144 void *clspath = strdup(path); in standard_request_handler() local 146 if(SPDY_queue_response(request,response,true,false,&response_done_callback,clspath)!=SPDY_YES) in standard_request_handler()
|
/external/libmicrohttpd/src/testspdy/ |
D | test_request_response_with_callback.c | 154 void *clspath = strdup(path); in standard_request_handler() local 156 if(SPDY_queue_response(request,response,true,false,&response_done_callback,clspath)!=SPDY_YES) in standard_request_handler()
|