Home
last modified time | relevance | path

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

/external/qemu/proxy/
Dproxy_http_rewriter.c711 return DATA_NEED_MORE; in rewrite_connection_read_body()
765 return DATA_NEED_MORE; in rewrite_connection_read_body()
807 return DATA_NEED_MORE; in rewrite_connection_read_body()
837 return DATA_NEED_MORE; in rewrite_connection_read_body()
859 ret = DATA_NEED_MORE; /* we're not really done yet */ in rewrite_connection_read_body()
904 DataStatus ret = DATA_NEED_MORE; in rewrite_connection_send_body()
923 ret = DATA_NEED_MORE; in rewrite_connection_send_body()
1002 DataStatus ret = DATA_NEED_MORE; in rewrite_connection_poll()
Dproxy_common.c143 return DATA_NEED_MORE; in proxy_connection_send()
177 return DATA_NEED_MORE; in proxy_connection_receive()
211 return DATA_NEED_MORE; in proxy_connection_receive_line()
Dproxy_int.h119 DATA_NEED_MORE = 0, enumerator
Dproxy_http_connector.c109 DataStatus ret = DATA_NEED_MORE; in connection_poll()