Searched refs:read_cb (Results 1 – 5 of 5) sorted by relevance
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_PUT.md | 46 static size_t read_cb(char *ptr, size_t size, size_t nmemb, void *userdata) 64 curl_easy_setopt(curl, CURLOPT_READFUNCTION, read_cb);
|
H A D | CURLOPT_UPLOAD.md | 54 static size_t read_cb(char *ptr, size_t size, size_t nmemb, void *userdata) 72 curl_easy_setopt(curl, CURLOPT_READFUNCTION, read_cb);
|
H A D | CURLOPT_TRAILERFUNCTION.md | 86 Let that function be read_cb */
|
/curl/lib/ |
H A D | sendf.c | 626 curl_read_callback read_cb; member 641 ctx->read_cb = data->state.fread_func; in cr_in_init() 679 if(ctx->read_cb && blen) { in cr_in_read() 681 nread = ctx->read_cb(buf, 1, blen, ctx->cb_user_data); in cr_in_read() 798 actuallyread = ctx->read_cb(scratch, 1, readthisamountnow, in cr_in_resume_from()
|
/curl/lib/vtls/ |
H A D | rustls.c | 91 read_cb(void *userdata, uint8_t *buf, uintptr_t len, uintptr_t *out_n) in read_cb() function 149 io_error = rustls_connection_read_tls(backend->conn, read_cb, &io_ctx, in tls_recv_more()
|
Completed in 12 milliseconds