HomeSort by relevance Sort by last modified time
    Searched refs:str_recv (Results 1 - 3 of 3) sorted by null

  /external/qemu/proxy/
proxy_int.h 83 int str_recv; /* see proxy_connection_receive() */ member in struct:ProxyConnection
147 * on exit, the amount of data received is in conn->str_recv
proxy_common.c 163 conn->str_recv = 0;
190 conn->str_recv += n;
proxy_http_rewriter.c 851 conn->body_total += root->str_recv;
858 avail = root->str_recv;
    [all...]

Completed in 92 milliseconds