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.c702 return DATA_NEED_MORE; in rewrite_connection_read_body()
733 return DATA_NEED_MORE; in rewrite_connection_read_body()
775 return DATA_NEED_MORE; in rewrite_connection_read_body()
805 return DATA_NEED_MORE; in rewrite_connection_read_body()
827 ret = DATA_NEED_MORE; /* we're not really done yet */ in rewrite_connection_read_body()
871 DataStatus ret = DATA_NEED_MORE; in rewrite_connection_send_body()
890 ret = DATA_NEED_MORE; in rewrite_connection_send_body()
969 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()