Lines Matching defs:buf
233 unsigned char *buf, size_t buflen,
241 nread = Curl_conn_cf_recv(cf->next, data, (char *)buf, buflen, err);
252 const unsigned char *buf, size_t buflen,
260 nwritten = Curl_conn_cf_send(cf->next, data, (const char *)buf, buflen,
294 const uint8_t *buf, size_t blen,
442 const unsigned char *buf;
446 while(Curl_bufq_peek(&ctx->inbufq, &buf, &blen)) {
448 rv = nghttp2_session_mem_recv(ctx->h2, (const uint8_t *)buf, blen);
538 const uint8_t *buf, size_t blen, int flags,
551 nwritten = Curl_bufq_write_pass(&ctx->outbufq, buf, blen,
806 uint8_t *buf, size_t length,
830 nread = Curl_bufq_read(&ts->sendbuf, buf, length, &result);
1233 char *buf, size_t len, CURLcode *err)
1241 (unsigned char *)buf, len, err);
1271 char *buf, size_t len, CURLcode *err)
1290 nread = tunnel_recv(cf, data, buf, len, err);
1328 const void *buf, size_t len, CURLcode *err)
1349 /* the data in `buf` has already been submitted or added to the
1365 nwritten = Curl_bufq_write(&ctx->tunnel.sendbuf, buf, len, err);