/curl/tests/http/ |
H A D | test_11_unix.py | 52 def process(self): function 63 self._thread = Thread(target=process, daemon=True, args=[self])
|
/curl/lib/ |
H A D | multihandle.h | 96 struct Curl_llist process; /* not in PENDING or MSGSENT */ member
|
H A D | multi.c | 421 Curl_llist_init(&multi->process, NULL); in Curl_multi_handle() 564 Curl_llist_append(&multi->process, data, &data->multi_queue); in curl_multi_add_handle() 1163 for(e = Curl_llist_head(&multi->process); e; e = Curl_node_next(e)) { in curl_multi_fdset() 1207 for(e = Curl_llist_head(&multi->process); e; e = Curl_node_next(e)) { in curl_multi_waitfds() 1283 for(e = Curl_llist_head(&multi->process); e; e = Curl_node_next(e)) { 1423 for(e = Curl_llist_head(&multi->process); e && !result; 3000 for(e = Curl_llist_head(&multi->process); e; e = n) { 3071 Curl_llist_append(&multi->process, data, &data->multi_queue); 3091 for(e = Curl_llist_head(&multi->process); e; e = n) { 3545 for(e = Curl_llist_head(&multi->process); e && !result; [all …]
|
H A D | easy.c | 614 struct Curl_llist_node *e = Curl_llist_head(&multi->process); in wait_or_timeout()
|
/curl/docs/cmdline-opts/ |
H A D | proxy-user.md | 25 On systems where it works, curl hides the given option argument from process
|
H A D | user.md | 29 On systems where it works, curl hides the given option argument from process
|
/curl/packages/vms/ |
H A D | config_h.com | 205 $if f$trnlnm("tf1","lnm$process",,"SUPERVISOR") .nes. "" then close tf1 206 $if f$trnlnm("tf2","lnm$process",,"SUPERVISOR") .nes. "" then close tf2 227 $if f$trnlnm("tf1","lnm$process",,"SUPERVISOR") .nes. "" then close tf1 228 $if f$trnlnm("tf2","lnm$process",,"SUPERVISOR") .nes. "" then close tf2 1829 $ if f$trnlnm("sf","lnm$process",,"SUPERVISOR") .nes. "" 1859 $if f$trnlnm("sf","lnm$process",,"SUPERVISOR") .nes. "" then close sf 1860 $if f$trnlnm("tf","lnm$process",,"SUPERVISOR") .nes. "" then close tf 1861 $if f$trnlnm("inf","lnm$process",,"SUPERVISOR") .nes. "" then close inf 1862 $if f$trnlnm("tf1","lnm$process",,"SUPERVISOR") .nes. "" then close tf1 1863 $if f$trnlnm("tf2","lnm$process",,"SUPERVISOR") .nes. "" then close tf2 [all …]
|
H A D | build_gnv_curl_pcsi_desc.com | 304 $! process .dir extensions for rename 312 $! process directory lines for rename. 330 $! process file lines for rename
|
H A D | compare_curl_source.com | 27 $! 5. Files that VMS DIFF can not process.
|
H A D | curl_gnv_build_steps.txt | 60 For the make install process to work, it must have write access to the 78 The make install process may abort if curl is already because it can not
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_NOSIGNAL.md | 29 any functions that cause signals to be sent to the process. This option is
|
H A D | CURLOPT_CRLFILE.md | 40 passed to help in the verification process.
|
H A D | CURLOPT_PROXY_CRLFILE.md | 42 passed to help in the verification process. When libcurl is built with OpenSSL
|
H A D | CURLOPT_NETRC.md | 107 string if the remote server requires a password as part of the login process.
|
H A D | CURLOPT_HTTPAUTH.md | 96 operating systems, killing the process causes a SIGCHLD signal to be raised
|
/curl/docs/libcurl/ |
H A D | curl_multi_socket_action.md | 44 whole process or when a timeout occurs.
|
H A D | libcurl-url.md | 145 URL encode, the encoding process skips the '=' character. For example, append
|
H A D | libcurl-security.md | 457 descriptors duplicated in the child process, including the ones libcurl 462 command in a child process with file descriptors duplicated. Make sure that
|
/curl/tests/http/testenv/mod_curltest/ |
H A D | mod_curltest.c | 67 apr_pool_userdata_get(&data, key, s->process->pool); in curltest_post_config() 71 apr_pool_cleanup_null, s->process->pool); in curltest_post_config()
|
/curl/.circleci/ |
H A D | config.yml | 27 # Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/co…
|
/curl/lib/vquic/ |
H A D | curl_quiche.c | 206 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in check_resumes() 305 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in get_stream_easy() 327 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in cf_quiche_expire_conn_closed()
|
H A D | curl_osslq.c | 688 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in cf_osslq_get_qstream() 1442 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in cf_progress_ingress() 1470 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in cf_osslq_check_and_unblock()
|
/curl/m4/ |
H A D | curl-reentrant.m4 | 32 dnl configure process much before header file availability is known.
|
/curl/docs/ |
H A D | TODO | 54 2.4 Split connect and authentication process 504 2.4 Split connect and authentication process 506 The multi interface treats the authentication process as part of the connect 1082 opened by a different process. Only after a download has been completed it is 1238 information about the charset involved the process is similar to the -J case.
|
/curl/tests/ |
H A D | runtests.md | 156 tests serially within a single process. Using a number greater than one allows
|