Home
last modified time | relevance | path

Searched refs:clspath (Results 1 – 2 of 2) sorted by relevance

/external/libmicrohttpd/src/examples/
Dspdy_response_with_callback.c144 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/
Dtest_request_response_with_callback.c154 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()