Home
last modified time | relevance | path

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

1234567

/curl/docs/libcurl/
H A Dlibcurl.m435 # libcurl was successfully found and passed the various tests.
H A Dlibcurl-security.md154 A user who can control the DNS server of a domain being passed in within a URL
212 overwritten. Applications must not allow any unsanitized URL to be passed in
249 Applications must not allow unsanitized SCP: URLs to be passed in for
H A Dlibcurl-tutorial.md202 that needs this transfer, I assume that you would like to get the data passed
203 to you directly instead of simply getting it passed to stdout. So, you write
254 care of". If that is not the same amount of bytes that was passed to it,
371 CURLOPT_USERPWD(3) option. The argument passed to libcurl should be a
833 HTTP URL is passed to the HTTP proxy to deliver back to libcurl. This happens
901 of data that is passed in and out through this tunnel, this breaks some of the
1207 passed on properly between multiple handles without any information getting
1332 The headers are passed to the callback function one by one, and you can
H A Dcurl_version_info.md338 characters work in filenames and options passed to libcurl. (Added in 7.72.0)
/curl/lib/
H A Dftp.c1714 curl_off_t passed = 0; in ftp_state_ul_setup() local
1723 (data->state.resume_from - passed > (curl_off_t)sizeof(scratch)) ? in ftp_state_ul_setup()
1725 curlx_sotouz(data->state.resume_from - passed); in ftp_state_ul_setup()
1731 passed += actuallyread; in ftp_state_ul_setup()
1738 } while(passed < data->state.resume_from); in ftp_state_ul_setup()
/curl/docs/
H A DTODO434 However: most secrets are passed to libcurl as clear text from the
453 be unexpected for internal handles (ie DoH handles) to be passed to that
1047 RFC 6266 documents how UTF-8 names can be passed to a client in the
1097 without a given URL), and then make it read instructions passed on a pipe or
1207 - If after N seconds have passed and the transfer is expected to continue for
H A DFAQ613 For Windows powershell the arguments are not always passed on as expected
1144 CURLOPT_WRITEDATA option. Then that pointer will be passed to the callback
1327 member function that is passed a pointer to the class:
/curl/tests/
H A Druntests.md97 and the test name passed as the first argument selects which test run.

Completed in 38 milliseconds

1234567