Home
last modified time | relevance | path

Searched refs:passed (Results 1 – 25 of 158) sorted by relevance

1234567

/curl/docs/libcurl/opts/
H A DCURLOPT_DEBUGDATA.md16 CURLOPT_DEBUGDATA - pointer passed to the debug callback
28 Pass a *pointer* to whatever you want passed in to your
30 not used by libcurl, it is only passed to the callback.
H A DCURLOPT_TRAILERDATA.md16 CURLOPT_TRAILERDATA - pointer passed to trailing headers callback
28 Data pointer to be passed to the HTTP trailer callback function.
H A DCURLOPT_WRITEFUNCTION.md39 The data passed to this function is not null-terminated.
41 The callback function is passed as much data as possible in all invokes, but
43 thousands. The maximum amount of body data that is passed to the write
46 data get passed to the write callback, you can get up to
47 *CURL_MAX_HTTP_HEADER* bytes of header data passed into it. This usually means
56 that amount differs from the amount passed to your callback function, it
H A DCURLOPT_OPENSOCKETDATA.md17 CURLOPT_OPENSOCKETDATA - pointer passed to open socket callback
29 Pass a *pointer* that is untouched by libcurl and passed as the first
48 /* the actual externally set socket is passed in via the OPENSOCKETDATA
H A DCURLOPT_RESOLVER_START_DATA.md16 CURLOPT_RESOLVER_START_DATA - pointer passed to the resolver start callback
29 Pass a *pointer* is be untouched by libcurl and passed as the third
H A DCURLSHOPT_USERDATA.md18 CURLSHOPT_USERDATA - pointer passed to the lock and unlock mutex callbacks
30 The *clientp* parameter is held verbatim by libcurl and is passed on as
H A DCURLOPT_PREREQDATA.md17 CURLOPT_PREREQDATA - pointer passed to the pre-request callback
29 Pass a *pointer* that is untouched by libcurl and passed as the first
H A DCURLOPT_HSTSREADDATA.md18 CURLOPT_HSTSREADDATA - pointer passed to the HSTS read callback
55 /* pass pointer that gets passed in to the
H A DCURLOPT_HSTSWRITEDATA.md18 CURLOPT_HSTSWRITEDATA - pointer passed to the HSTS write callback
55 /* pass pointer that gets passed in to the
H A DCURLOPT_SEEKDATA.md18 CURLOPT_SEEKDATA - pointer passed to the seek callback
35 If you do not set this, NULL is passed to the callback.
H A DCURLOPT_HEADERFUNCTION.md44 complete header lines are passed on to the callback. Parsing headers is easy
53 that amount differs from the amount passed to your callback function, it
59 A complete HTTP header that is passed to this function can be up to
76 body are both included as headers and passed to this function.
80 passed to the application using this callback as well. There are several ways
96 a whitespace. Such folds are passed to the header callback as separate ones,
H A DCURLOPT_PROGRESSDATA.md16 CURLOPT_PROGRESSDATA - pointer passed to the progress callback
28 Pass a *pointer* that is untouched by libcurl and passed as the first
H A DCURLOPT_XFERINFODATA.md17 CURLOPT_XFERINFODATA - pointer passed to the progress callback
29 Pass a *pointer* that is untouched by libcurl and passed as the first
H A DCURLOPT_SSH_KEYDATA.md17 CURLOPT_SSH_KEYDATA - pointer passed to the SSH key callback
29 Pass a void * as parameter. This *pointer* is passed along verbatim to the
H A DCURLOPT_FNMATCH_DATA.md16 CURLOPT_FNMATCH_DATA - pointer passed to the fnmatch callback
29 Pass a pointer that is untouched by libcurl and passed as the ptr argument to
H A DCURLOPT_INTERLEAVEDATA.md16 CURLOPT_INTERLEAVEDATA - pointer passed to RTSP interleave callback
28 This is the userdata *pointer* that is passed to
H A DCURLOPT_IOCTLDATA.md16 CURLOPT_IOCTLDATA - pointer passed to I/O callback
28 Pass the *pointer* that is untouched by libcurl and passed as the 3rd
H A DCURLOPT_CLOSESOCKETDATA.md16 CURLOPT_CLOSESOCKETDATA - pointer passed to the socket close callback
29 Pass a *pointer* that remains untouched by libcurl and passed as the first
H A DCURLMOPT_SOCKETDATA.md17 CURLMOPT_SOCKETDATA - custom pointer passed to the socket callback
32 This pointer is not touched by libcurl but is only passed in as the socket
H A DCURLOPT_CHUNK_DATA.md16 CURLOPT_CHUNK_DATA - pointer passed to the FTP chunk callbacks
28 Pass a *pointer* that is untouched by libcurl and passed as the ptr
H A DCURLOPT_READDATA.md18 CURLOPT_READDATA - pointer passed to the read callback
59 /* pass pointer that gets passed in to the
H A DCURLOPT_HEADER.md37 When asking to get the headers passed to the same callback as the body, it is
42 get a maximum of *CURL_MAX_WRITE_SIZE* bytes passed to it (16KB), while a
/curl/docs/libcurl/
H A Dcurl_formget.md30 accepts a void pointer as second argument named *userp* which is passed as
39 character buffer passed to the callback must not be freed. The callback should
40 return the buffer length passed to it on success.
/curl/docs/cmdline-opts/
H A Draw.md19 encodings and instead makes them passed on unaltered, raw.
H A Ddisallow-username-in-url.md17 Exit with error if passed a URL containing a username. Probably most useful

Completed in 64 milliseconds

1234567