Home
last modified time | relevance | path

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

1234567

/curl/docs/libcurl/
H A Dcurl_multi_wait.md36 detected on at least one of the handles or *timeout_ms* has passed.
H A Dcurl_multi_poll.md37 detected on at least one of the handles or *timeout_ms* has passed.
H A Dcurl_multi_socket_action.md38 can be passed as an events bitmask **ev_bitmask** by first setting
H A Dcurl_url_set.md36 The *url* handle to work on, passed in as the first argument, must be a
271 The input string passed to curl_url_set(3) must be shorter than eight
H A Dcurl_formadd.md175 data. The parameter you pass to *CURLFORM_STREAM* is the pointer passed on
199 When you have passed the *struct curl_httppost* pointer to
H A Dcurl_easy_setopt.md50 Strings passed to libcurl as 'char *' arguments, are copied by the library;
1239 Custom pointer passed to the trailing headers callback. See
1355 Strings passed on to libcurl must be shorter than 8000000 bytes, otherwise
/curl/tests/data/
H A Dtest55542 # Authorization: NTLM line passed-in from the client
H A Dtest15335 # Authorization: Digest line passed-in from the client
H A Dtest38835 # Authorization: Digest line passed-in from the client
/curl/docs/cmdline-opts/
H A Dcookie.md32 header passed on.
/curl/docs/libcurl/opts/
H A DCURLOPT_COOKIE.md43 similar, they all get this cookie passed on.
H A DCURLOPT_OPENSOCKETFUNCTION.md92 /* the actual externally set socket is passed in via the OPENSOCKETDATA
H A DCURLMOPT_PUSHFUNCTION.md69 curl_pushheader_bynum(3). The normal response headers are passed to the
H A DCURLMOPT_SOCKETFUNCTION.md54 make assumptions about which particular handle that is passed here. It might
H A DCURLOPT_POSTFIELDS.md49 necessary. It returns a pointer to an encoded string that can be passed as
H A DCURLOPT_DEBUGFUNCTION.md56 return 0. The *data* pointed to by the char * passed to this function is
H A DCURLOPT_SSH_KEYFUNCTION.md68 This callback function gets passed the CURL handle, the key from the
H A DCURLOPT_CONNECT_TO.md75 When this option is passed to curl_easy_setopt(3), libcurl does not copy the
H A DCURLOPT_QUOTE.md51 libcurl does not inspect, parse or "understand" the commands passed to the
H A DCURLOPT_URL.md91 specified when passed to the name resolver functions.
H A DCURLOPT_HTTPHEADER.md67 When this option is passed to curl_easy_setopt(3), libcurl does not copy the
/curl/lib/
H A Dmime.c2075 curl_off_t passed = 0; in cr_mime_resume_from() local
2080 (offset - passed > (curl_off_t)sizeof(scratch)) ? in cr_mime_resume_from()
2082 curlx_sotouz(offset - passed); in cr_mime_resume_from()
2086 passed += (curl_off_t)nread; in cr_mime_resume_from()
2091 " bytes from the mime post", passed); in cr_mime_resume_from()
2094 } while(passed < offset); in cr_mime_resume_from()
/curl/docs/
H A Dmk-ca-bundle.md72 file as comments and using this option makes those comments get passed on to
/curl/lib/vssh/
H A Dlibssh.c1304 curl_off_t passed = 0; in myssh_statemach_act() local
1314 (data->state.resume_from - passed > in myssh_statemach_act()
1316 sizeof(scratch) : curlx_sotouz(data->state.resume_from - passed); in myssh_statemach_act()
1322 passed += actuallyread; in myssh_statemach_act()
1330 } while(passed < data->state.resume_from); in myssh_statemach_act()
H A Dlibssh2.c2158 curl_off_t passed = 0; in ssh_statemach_act() local
2168 (data->state.resume_from - passed > in ssh_statemach_act()
2170 sizeof(scratch) : curlx_sotouz(data->state.resume_from - passed); in ssh_statemach_act()
2179 passed += actuallyread; in ssh_statemach_act()
2186 } while(passed < data->state.resume_from); in ssh_statemach_act()

Completed in 48 milliseconds

1234567