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

  /external/qemu/proxy/
proxy_int.h 81 int str_pos; /* see proxy_connection_send() */ member in struct:ProxyConnection
124 * starting from offset conn->str_pos in the buffer
131 * that were really sent. conn->str_pos will be incremented
135 * performs a proxy_connection_rewind which sets conn->str_pos
proxy_common.c 92 conn->str_pos = 0;
112 conn->str_pos = 0;
122 int avail = str->n - conn->str_pos;
131 hex_dump( str->s + conn->str_pos, avail, ">> " );
135 int n = socket_send(fd, str->s + conn->str_pos, avail);
148 conn->str_pos += n;
proxy_http_rewriter.c 909 int pos = root->str_pos;
913 root->str_pos = 0;
    [all...]

Completed in 72 milliseconds