Home
last modified time | relevance | path

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

1234567

/curl/tests/data/
H A Dtest310123 # Authorization: Digest line passed-in from the client
H A Dtest15916 Authorization: NTLM line passed-in from the client -->
H A Dtest206322 # Authorization: Digest line passed-in from the client
H A Dtest206422 # Authorization: Digest line passed-in from the client
H A Dtest6522 # Authorization: Digest line passed-in from the client
H A Dtest143722 # Authorization: Digest line passed-in from the client
H A Dtest206522 # Authorization: Digest line passed-in from the client
H A Dtest206622 # Authorization: Digest line passed-in from the client
H A Dtest23925 # Authorization: NTLM line passed-in from the client
H A Dtest8826 # Authorization: Digest line passed-in from the client
H A Dtest141835 # Authorization: NTLM line passed-in from the client
H A Dtest55230 # Authorization: line passed-in from the client
/curl/docs/libcurl/opts/
H A DCURLOPT_ABSTRACT_UNIX_SOCKET.md33 sockets, however it should be stressed that the path passed to this function
H A DCURLOPT_HEADERDATA.md33 *pointer* is passed in to the respective callback.
H A DCURLOPT_WRITEDATA.md17 CURLOPT_WRITEDATA - pointer passed to the write callback
H A DCURLOPT_INFILESIZE.md30 libcurl what the expected size of the input file is. This value must be passed
H A DCURLOPT_CA_CACHE_TIMEOUT.md69 sixty seconds passed since the previous connection */
H A DCURLOPT_HTTPPROXYTUNNEL.md35 just passed through the proxy. Proxies tend to white-list specific port numbers
H A DCURLOPT_SSH_HOSTKEYFUNCTION.md68 int hostkeycb(void *clientp, /* passed with CURLOPT_SSH_HOSTKEYDATA */
H A DCURLOPT_UPLOAD_BUFFERSIZE.md30 buffer in libcurl. It makes libcurl uses a larger buffer that gets passed to
/curl/docs/cmdline-opts/
H A Ddata-urlencode.md27 a separator and a content specification. The \<data\> part can be passed to
/curl/lib/vssh/
H A Dwolfssh.c638 curl_off_t passed = 0; in wssh_statemach_act() local
648 (data->state.resume_from - passed > in wssh_statemach_act()
650 sizeof(scratch) : curlx_sotouz(data->state.resume_from - passed); in wssh_statemach_act()
659 passed += actuallyread; in wssh_statemach_act()
666 } while(passed < data->state.resume_from); in wssh_statemach_act()
/curl/lib/
H A Dsendf.c783 curl_off_t passed = 0; in cr_in_resume_from() local
793 (offset - passed > (curl_off_t)sizeof(scratch)) ? in cr_in_resume_from()
795 curlx_sotouz(offset - passed); in cr_in_resume_from()
803 passed += actuallyread; in cr_in_resume_from()
808 " bytes from the input", passed); in cr_in_resume_from()
811 } while(passed < offset); in cr_in_resume_from()
/curl/docs/libcurl/
H A Dcurl_easy_escape.md51 The caller of curl_easy_escape(3) must make sure that the data passed in
H A Dcurl_easy_option_next.md54 CURLOT_CBPTR, /* (void * passed as-is to a callback) */

Completed in 49 milliseconds

1234567