Searched refs:nread_resp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dpingpong.c142 pp->nread_resp = 0;
283 ptr=buf + pp->nread_resp;
290 while((pp->nread_resp<BUFSIZE) && (keepon && !result)) {
313 DEBUGASSERT((ptr+BUFSIZE-pp->nread_resp) <= (buf+BUFSIZE+1));
314 res = Curl_read(conn, sockfd, ptr, BUFSIZE-pp->nread_resp,
351 pp->nread_resp += gotbytes;
386 *size = pp->nread_resp; /* size of the response */
387 pp->nread_resp = 0; /* restart */
420 else if(pp->nread_resp > BUFSIZE/2) {
442 pp->nread_resp
[all...]
H A Dpingpong.h51 size_t nread_resp; /* number of bytes currently read of a server response */ member in struct:pingpong

Completed in 57 milliseconds