Lines Matching defs:buf
171 const unsigned char *buf, size_t blen)
182 nwritten = Curl_conn_cf_send(cf->next, data, (char *)buf, blen, &result);
191 static int mbedtls_bio_cf_read(void *bio, unsigned char *buf, size_t blen)
202 if(!buf)
205 nread = Curl_conn_cf_recv(cf->next, data, (char *)buf, blen, &result);
965 char buf[32];
972 (void)mbedtls_ssl_read(&backend->ssl, (unsigned char *)buf, sizeof(buf));
989 char *buf, size_t buffersize,
1001 ret = mbedtls_ssl_read(&backend->ssl, (unsigned char *)buf,