/curl/tests/libtest/ |
H A D | lib2302.c | 32 size_t blen; member 57 static size_t add_data(struct ws_data *wd, const char *buf, size_t blen, in add_data()
|
/curl/lib/ |
H A D | http_chunks.c | 118 const char *buf, size_t blen, in httpchunk_readwrite() 393 char *buf, size_t blen, in Curl_httpchunk_read() 423 const char *buf, size_t blen) in cw_chunked_write() 556 char *buf, size_t blen) in add_chunk() 610 char *buf, size_t blen, in cr_chunked_read()
|
H A D | request.c | 186 const char *buf, size_t blen, in xfer_send() 244 size_t blen; in req_send_buffer_flush() local 366 const char *buf, size_t blen, in req_send_buffer_add() 385 size_t blen, nwritten; in Curl_req_send() local
|
H A D | transfer.c | 208 char *buf, size_t blen, in xfer_recv_resp() 269 size_t blen, xfer_blen; in sendrecv_dl() local 869 const char *buf, size_t blen, in Curl_xfer_write_resp() 935 const void *buf, size_t blen, bool eos, in Curl_xfer_send() 960 char *buf, size_t blen, in Curl_xfer_recv()
|
H A D | cw-out.c | 198 const char *buf, size_t blen, in cw_out_ptr_flush() 330 const char *buf, size_t blen) in cw_out_append() 353 const char *buf, size_t blen) in cw_out_do_write() 401 const char *buf, size_t blen) in cw_out_write()
|
H A D | sendf.c | 71 int type, const char *buf, size_t blen) in Curl_client_write() 528 char *buf, size_t blen, size_t *nread, bool *eos) in Curl_creader_read() 554 char *buf, size_t blen, in Curl_creader_def_read() 651 char *buf, size_t blen, in cr_in_read() 973 char *buf, size_t blen, in cr_lc_read() 1179 CURLcode Curl_client_read(struct Curl_easy *data, char *buf, size_t blen, in Curl_client_read() 1218 char *buf, size_t blen, in cr_null_read() 1270 size_t blen; member 1276 char *buf, size_t blen, in cr_buf_read() 1355 const char *buf, size_t blen) in Curl_creader_set_buf()
|
H A D | rtsp.c | 609 size_t blen) in rtp_write_body_junk() 630 size_t blen, in rtsp_filter_rtp() 793 size_t blen, in rtsp_rtp_write_resp()
|
H A D | http2.c | 642 size_t blen; in h2_process_pending_input() local 781 const uint8_t *buf, size_t blen, int flags, in send_callback() 1057 const char *buf, size_t blen, bool eos) in h2_xfer_write_resp_hd() 1074 const char *buf, size_t blen, bool eos) in h2_xfer_write_resp() 1209 static int fr_print(const nghttp2_frame *frame, char *buffer, size_t blen) in fr_print() 1732 size_t blen; in Curl_http2_request_upgrade() local 2113 const void *buf, size_t blen, bool eos, in cf_h2_body_send()
|
H A D | http.c | 3380 const char *buf, size_t blen, in http_on_response() 3666 const char *buf_remain, size_t blen, in http_rw_hd() 3846 const char *buf, size_t blen, in http_parse_headers() 3977 const char *buf, size_t blen, in Curl_http_write_resp_hds() 4004 const char *buf, size_t blen, in Curl_http_write_resp() 4423 char *buf, size_t blen, in cr_exp100_read()
|
H A D | headers.c | 353 const char *buf, size_t blen) in hds_cw_collect_write()
|
H A D | content_encoding.c | 864 void Curl_all_content_encodings(char *buf, size_t blen) in Curl_all_content_encodings() 1075 void Curl_all_content_encodings(char *buf, size_t blen) in Curl_all_content_encodings()
|
H A D | cf-h2-proxy.c | 449 size_t blen; in proxy_h2_process_pending_input() local 544 const uint8_t *buf, size_t blen, int flags, in on_session_send() 575 char *buffer, size_t blen) in proxy_h2_fr_print()
|
H A D | hsts.c | 263 size_t blen = 0; in Curl_hsts() local
|
H A D | cfilters.c | 849 char *buf, size_t blen, ssize_t *n) in Curl_conn_recv() 863 const void *buf, size_t blen, bool eos, in Curl_conn_send()
|
H A D | cf-h1-proxy.c | 259 size_t blen = request_len; in send_CONNECT() local
|
H A D | bufq.c | 586 size_t blen; in Curl_bufq_pass() local
|
/curl/lib/vtls/ |
H A D | gtls.c | 95 static ssize_t gtls_push(void *s, const void *buf, size_t blen) in gtls_push() 118 static ssize_t gtls_pull(void *s, void *buf, size_t blen) in gtls_pull() 1754 const void *buf, size_t blen) in gtls_set_earlydata() 1784 size_t blen; in gtls_send_earlydata() local 1946 size_t blen, in gtls_connect_deferred() 1981 size_t blen, in gtls_send()
|
H A D | wolfssl.c | 312 const char *buf, int blen) in wolfssl_bio_cf_out_write() 350 static int wolfssl_bio_cf_in_read(WOLFSSL_BIO *bio, char *buf, int blen) in wolfssl_bio_cf_in_read() 1459 size_t blen = 0; in wolfssl_connect_step2() local 1736 char *buf, size_t blen, in wolfssl_recv()
|
H A D | mbedtls.c | 185 const unsigned char *buf, size_t blen) in mbedtls_bio_cf_write() 206 static int mbedtls_bio_cf_read(void *bio, unsigned char *buf, size_t blen) in mbedtls_bio_cf_read()
|
H A D | rustls.c | 333 size_t blen = plainlen; in cr_send() local
|
/curl/tests/http/clients/ |
H A D | hx-upload.c | 181 size_t blen = (nitems * buflen); in my_write_cb() local 207 size_t blen = (nitems * buflen); in my_read_cb() local
|
H A D | hx-download.c | 178 size_t blen = (nitems * buflen); in my_write_cb() local
|
/curl/src/ |
H A D | tool_doswin.c | 539 size_t blen = strlen(base); in rename_if_reserved_dos() local
|
/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 908 const char *buf, size_t blen, bool eos) in h3_xfer_write_resp_hd() 923 const char *buf, size_t blen, bool eos) in h3_xfer_write_resp() 938 const uint8_t *buf, size_t blen, in cb_h3_recv_data() 1221 char *buf, size_t blen, CURLcode *err) in cf_ngtcp2_recv()
|
H A D | vquic.c | 273 size_t blen, sent; in vquic_flush() local
|