Searched defs:glob_opt (Results 1 - 2 of 2) sorted by relevance

/external/libmicrohttpd/src/examples/
H A Dmhd2spdy_structures.h166 glob_opt; variable in typeref:struct:global_options
231 if(glob_opt.verbose){\
240 if(glob_opt.verbose){\
259 if(glob_opt.statistics)\
/external/libmicrohttpd/src/spdy2http/
H A Dproxy.c72 } glob_opt; variable in typeref:struct:global_options
107 if(glob_opt.verbose){\
116 if(glob_opt.verbose){\
879 if(glob_opt.transparent)
881 if(NULL != glob_opt.http_backend) //use always same host
882 ret = asprintf(&(proxy->url),"%s://%s%s", scheme, glob_opt.http_backend, path);
899 if(NULL != glob_opt.http_backend) //use backend host
901 ret = asprintf(&(proxy->url),"%s://%s%s", uri->scheme, glob_opt.http_backend, uri->path_and_more);
922 if(glob_opt.curl_verbose)
934 if(glob_opt
[all...]

Completed in 126 milliseconds