Home
last modified time | relevance | path

Searched refs:read_cb (Results 1 – 5 of 5) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLOPT_PUT.md43 static size_t read_cb(char *ptr, size_t size, size_t nmemb, void *userdata)
61 curl_easy_setopt(curl, CURLOPT_READFUNCTION, read_cb);
H A DCURLOPT_UPLOAD.md51 static size_t read_cb(char *ptr, size_t size, size_t nmemb, void *userdata)
69 curl_easy_setopt(curl, CURLOPT_READFUNCTION, read_cb);
H A DCURLOPT_TRAILERFUNCTION.md83 Let that function be read_cb */
/curl/lib/
H A Dsendf.c610 curl_read_callback read_cb; member
624 ctx->read_cb = data->state.fread_func; in cr_in_init()
660 if(ctx->read_cb && blen) { in cr_in_read()
662 nread = ctx->read_cb(buf, 1, blen, ctx->cb_user_data); in cr_in_read()
777 actuallyread = ctx->read_cb(scratch, 1, readthisamountnow, in cr_in_resume_from()
/curl/lib/vtls/
H A Drustls.c87 read_cb(void *userdata, uint8_t *buf, uintptr_t len, uintptr_t *out_n) in read_cb() function
144 io_error = rustls_connection_read_tls(backend->conn, read_cb, &io_ctx, in tls_recv_more()

Completed in 29 milliseconds