Home
last modified time | relevance | path

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

/external/qemu/proxy/
Dproxy_int.h139 proxy_connection_send( ProxyConnection* conn, int fd );
Dproxy_http_connector.c124 ret = proxy_connection_send(root, fd); in connection_poll()
Dproxy_http_rewriter.c907 ret = proxy_connection_send(root, fd); in rewrite_connection_send_body()
1048 ret = proxy_connection_send(root, proxy); in rewrite_connection_poll()
1104 ret = proxy_connection_send(conn->root, slirp); in rewrite_connection_poll()
Dproxy_common.c119 proxy_connection_send( ProxyConnection* conn, int fd ) in proxy_connection_send() function