Home
last modified time | relevance | path

Searched refs:ProxyOption (Results 1 – 4 of 4) sorted by relevance

/external/qemu/proxy/
Dproxy_http.c63 const ProxyOption* options ) in proxy_http_setup()
67 const ProxyOption* opt_nocache = NULL; in proxy_http_setup()
68 const ProxyOption* opt_keepalive = NULL; in proxy_http_setup()
69 const ProxyOption* opt_auth_user = NULL; in proxy_http_setup()
70 const ProxyOption* opt_auth_pass = NULL; in proxy_http_setup()
71 const ProxyOption* opt_user_agent = NULL; in proxy_http_setup()
97 const ProxyOption* opt = options; in proxy_http_setup()
98 const ProxyOption* end = opt + num_options; in proxy_http_setup()
Dproxy_http.h22 const ProxyOption* options );
Dproxy_common.h55 } ProxyOption; typedef
/external/qemu/android/
Dqemu-setup.c395 ProxyOption option_tab[4]; in android_emulation_setup()
396 ProxyOption* option = option_tab; in android_emulation_setup()