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.md17 CURLOPT_DEBUGDATA - pointer passed to the debug callback
29 Pass a *pointer* to whatever you want passed in to your
31 not used by libcurl, it is only passed to the callback.
H A DCURLOPT_TRAILERDATA.md17 CURLOPT_TRAILERDATA - pointer passed to trailing headers callback
29 Data pointer to be passed to the HTTP trailer callback function.
H A DCURLOPT_WRITEFUNCTION.md40 The data passed to this function is not null-terminated.
42 The callback function is passed as much data as possible in all invokes, but
44 thousands. The maximum amount of body data that is passed to the write
47 data get passed to the write callback, you can get up to
48 *CURL_MAX_HTTP_HEADER* bytes of header data passed into it. This usually means
57 that amount differs from the amount passed to your callback function, it
H A DCURLOPT_OPENSOCKETDATA.md18 CURLOPT_OPENSOCKETDATA - pointer passed to open socket callback
30 Pass a *pointer* that is untouched by libcurl and passed as the first
51 /* the actual externally set socket is passed in via the OPENSOCKETDATA
H A DCURLOPT_RESOLVER_START_DATA.md17 CURLOPT_RESOLVER_START_DATA - pointer passed to the resolver start callback
30 Pass a *pointer* is be untouched by libcurl and passed as the third
H A DCURLSHOPT_USERDATA.md19 CURLSHOPT_USERDATA - pointer passed to the lock and unlock mutex callbacks
31 The *clientp* parameter is held verbatim by libcurl and is passed on as
H A DCURLOPT_PREREQDATA.md18 CURLOPT_PREREQDATA - pointer passed to the pre-request callback
30 Pass a *pointer* that is untouched by libcurl and passed as the first
H A DCURLOPT_PROGRESSDATA.md17 CURLOPT_PROGRESSDATA - pointer passed to the progress callback
29 Pass a *pointer* that is untouched by libcurl and passed as the first
H A DCURLOPT_SEEKDATA.md19 CURLOPT_SEEKDATA - pointer passed to the seek callback
36 If you do not set this, NULL is passed to the callback.
H A DCURLOPT_HEADERFUNCTION.md45 complete header lines are passed on to the callback. Parsing headers is easy
54 that amount differs from the amount passed to your callback function, it
60 A complete HTTP header that is passed to this function can be up to
77 body are both included as headers and passed to this function.
81 passed to the application using this callback as well. There are several ways
97 a whitespace. Such folds are passed to the header callback as separate ones,
H A DCURLOPT_CLOSESOCKETDATA.md17 CURLOPT_CLOSESOCKETDATA - pointer passed to the socket close callback
30 Pass a *pointer* that remains untouched by libcurl and passed as the first
H A DCURLOPT_HSTSREADDATA.md19 CURLOPT_HSTSREADDATA - pointer passed to the HSTS read callback
58 /* pass pointer that gets passed in to the
H A DCURLOPT_HSTSWRITEDATA.md19 CURLOPT_HSTSWRITEDATA - pointer passed to the HSTS write callback
58 /* pass pointer that gets passed in to the
H A DCURLOPT_IOCTLDATA.md17 CURLOPT_IOCTLDATA - pointer passed to I/O callback
29 Pass the *pointer* that is untouched by libcurl and passed as the 3rd
H A DCURLOPT_XFERINFODATA.md18 CURLOPT_XFERINFODATA - pointer passed to the progress callback
30 Pass a *pointer* that is untouched by libcurl and passed as the first
H A DCURLOPT_INTERLEAVEDATA.md17 CURLOPT_INTERLEAVEDATA - pointer passed to RTSP interleave callback
29 This is the userdata *pointer* that is passed to
H A DCURLOPT_FNMATCH_DATA.md17 CURLOPT_FNMATCH_DATA - pointer passed to the fnmatch callback
30 Pass a pointer that is untouched by libcurl and passed as the ptr argument to
H A DCURLOPT_SSH_KEYDATA.md18 CURLOPT_SSH_KEYDATA - pointer passed to the SSH key callback
30 Pass a void * as parameter. This *pointer* is passed along verbatim to the
H A DCURLMOPT_SOCKETDATA.md18 CURLMOPT_SOCKETDATA - custom pointer passed to the socket callback
33 This pointer is not touched by libcurl but is only passed in as the socket
H A DCURLOPT_CHUNK_DATA.md17 CURLOPT_CHUNK_DATA - pointer passed to the FTP chunk callbacks
29 Pass a *pointer* that is untouched by libcurl and passed as the ptr
H A DCURLOPT_HEADER.md38 When asking to get the headers passed to the same callback as the body, it is
43 get a maximum of *CURL_MAX_WRITE_SIZE* bytes passed to it (16KB), while a
H A DCURLOPT_READDATA.md19 CURLOPT_READDATA - pointer passed to the read callback
62 /* pass pointer that gets passed in to the
/curl/docs/libcurl/
H A Dcurl_formget.md33 accepts a void pointer as second argument named *userp* which is passed as the
42 character buffer passed to the callback must not be freed. The callback should
43 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 28 milliseconds

1234567