OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glob_opt
(Results
1 - 2
of
2
) sorted by null
/external/libmicrohttpd/src/examples/
mhd2spdy_structures.h
166
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/
proxy.c
72
}
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
.timeout
[
all
...]
Completed in 312 milliseconds