Searched refs:passed (Results 1 – 25 of 160) sorted by relevance
1234567
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_DEBUGDATA.md | 17 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 D | CURLOPT_TRAILERDATA.md | 17 CURLOPT_TRAILERDATA - pointer passed to trailing headers callback 29 Data pointer to be passed to the HTTP trailer callback function.
|
H A D | CURLOPT_HEADERFUNCTION.md | 45 complete header lines are passed on to the callback. Parsing headers is easy 48 null-terminated. Do not modify the passed in buffer. 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 D | CURLOPT_WRITEFUNCTION.md | 40 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 D | CURLOPT_OPENSOCKETDATA.md | 18 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 D | CURLOPT_RESOLVER_START_DATA.md | 17 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 D | CURLOPT_SEEKDATA.md | 19 CURLOPT_SEEKDATA - pointer passed to the seek callback 36 If you do not set this, NULL is passed to the callback.
|
H A D | CURLSHOPT_USERDATA.md | 19 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 D | CURLOPT_PREREQDATA.md | 18 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 D | CURLOPT_PROGRESSDATA.md | 17 CURLOPT_PROGRESSDATA - pointer passed to the progress callback 29 Pass a *pointer* that is untouched by libcurl and passed as the first
|
H A D | CURLOPT_IOCTLDATA.md | 17 CURLOPT_IOCTLDATA - pointer passed to I/O callback 29 Pass the *pointer* that is untouched by libcurl and passed as the 3rd
|
H A D | CURLOPT_XFERINFODATA.md | 18 CURLOPT_XFERINFODATA - pointer passed to the progress callback 30 Pass a *pointer* that is untouched by libcurl and passed as the first
|
H A D | CURLOPT_CLOSESOCKETDATA.md | 17 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 D | CURLOPT_HSTSREADDATA.md | 19 CURLOPT_HSTSREADDATA - pointer passed to the HSTS read callback 58 /* pass pointer that gets passed in to the
|
H A D | CURLOPT_HSTSWRITEDATA.md | 19 CURLOPT_HSTSWRITEDATA - pointer passed to the HSTS write callback 58 /* pass pointer that gets passed in to the
|
H A D | CURLOPT_FNMATCH_DATA.md | 17 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 D | CURLOPT_INTERLEAVEDATA.md | 17 CURLOPT_INTERLEAVEDATA - pointer passed to RTSP interleave callback 29 This is the userdata *pointer* that is passed to
|
H A D | CURLOPT_SSH_KEYDATA.md | 18 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 D | CURLMOPT_SOCKETDATA.md | 18 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 D | CURLOPT_CHUNK_DATA.md | 17 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 D | CURLOPT_HEADER.md | 38 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 D | CURLOPT_READDATA.md | 19 CURLOPT_READDATA - pointer passed to the read callback 62 /* pass pointer that gets passed in to the
|
/curl/docs/libcurl/ |
H A D | curl_formget.md | 33 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 D | raw.md | 19 encodings and instead makes them passed on unaltered, raw.
|
H A D | disallow-username-in-url.md | 17 Exit with error if passed a URL containing a username. Probably most useful
|
Completed in 20 milliseconds
1234567