OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opt_user_agent
(Results
1 - 1
of
1
) sorted by null
/external/qemu/proxy/
proxy_http.c
71
const ProxyOption*
opt_user_agent
= NULL;
local
106
case PROXY_OPTION_HTTP_USER_AGENT:
opt_user_agent
= opt; break;
150
if (
opt_user_agent
) {
152
opt_user_agent
->string_len,
153
opt_user_agent
->string);
Completed in 49 milliseconds