Home
last modified time | relevance | path

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

/external/qemu/proxy/
Dproxy_http_rewriter.c951 proxy_select_set( sel, proxy, PROXY_SELECT_WRITE ); in rewrite_connection_select()
960 proxy_select_set( sel, proxy, PROXY_SELECT_WRITE ); in rewrite_connection_select()
968 proxy_select_set( sel, proxy, PROXY_SELECT_WRITE ); in rewrite_connection_select()
977 proxy_select_set( sel, slirp, PROXY_SELECT_WRITE ); in rewrite_connection_select()
982 proxy_select_set( sel, slirp, PROXY_SELECT_WRITE ); in rewrite_connection_select()
Dproxy_int.h32 PROXY_SELECT_WRITE = (1 << 1), enumerator
Dproxy_http_connector.c96 flags = PROXY_SELECT_WRITE; in connection_select()
Dproxy_common.c389 if (flags & PROXY_SELECT_WRITE) { in proxy_select_set()
410 flags |= PROXY_SELECT_WRITE; in proxy_select_poll()