Lines Matching refs:buffer
255 char *buffer,
264 result = Curl_read(data, sockfd, buffer, buflen, nread);
290 /* a previous call left this many bytes in the beginning of the buffer as
301 char buffer[900];
303 result = pingpong_read(data, sockfd, buffer, sizeof(buffer), &gotbytes);
315 result = Curl_dyn_addn(&pp->recvbuf, buffer, gotbytes);
348 buffer since it will be accessed outside (by pingpong
350 data in this buffer after the endofresp line. */
372 } while(1); /* while there's buffer left to scan */