Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 31) sorted by relevance

12

/curl/tests/http/
H A Dtest_11_unix.py49 def process(self): function
60 self._thread = Thread(target=process, daemon=True, args=[self])
/curl/lib/
H A Dmultihandle.h96 struct Curl_llist process; /* not in PENDING or MSGSENT */ member
H A Dmulti.c420 Curl_llist_init(&multi->process, NULL); in Curl_multi_handle()
562 Curl_llist_append(&multi->process, data, &data->multi_queue); in curl_multi_add_handle()
1158 for(e = Curl_llist_head(&multi->process); e; e = Curl_node_next(e)) { in curl_multi_fdset()
1201 for(e = Curl_llist_head(&multi->process); e; e = Curl_node_next(e)) { in curl_multi_waitfds()
1277 for(e = Curl_llist_head(&multi->process); e; e = Curl_node_next(e)) {
1417 for(e = Curl_llist_head(&multi->process); e && !result;
2646 for(e = Curl_llist_head(&multi->process); e; e = n) {
2717 Curl_llist_append(&multi->process, data, &data->multi_queue);
2738 for(e = Curl_llist_head(&multi->process); e; e = n) {
3189 for(e = Curl_llist_head(&multi->process); e && !result;
[all …]
H A Deasy.c613 struct Curl_llist_node *e = Curl_llist_head(&multi->process); in wait_or_timeout()
/curl/docs/cmdline-opts/
H A Dproxy-user.md25 On systems where it works, curl hides the given option argument from process
H A Duser.md29 On systems where it works, curl hides the given option argument from process
/curl/packages/vms/
H A Dconfig_h.com205 $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 Dbuild_gnv_curl_pcsi_desc.com304 $! process .dir extensions for rename
312 $! process directory lines for rename.
330 $! process file lines for rename
H A Dcompare_curl_source.com27 $! 5. Files that VMS DIFF can not process.
H A Dcurl_gnv_build_steps.txt60 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 DCURLOPT_NOSIGNAL.md29 any functions that cause signals to be sent to the process. This option is
H A DCURLOPT_CRLFILE.md40 passed to help in the verification process.
H A DCURLOPT_PROXY_CRLFILE.md42 passed to help in the verification process. When libcurl is built with OpenSSL
H A DCURLOPT_NETRC.md107 string if the remote server requires a password as part of the login process.
H A DCURLOPT_HTTPAUTH.md96 operating systems, killing the process causes a SIGCHLD signal to be raised
/curl/docs/libcurl/
H A Dlibcurl-url.md145 URL encode, the encoding process skips the '=' character. For example, append
H A Dcurl_multi_socket_action.md44 whole process or when a timeout occurs.
H A Dlibcurl-security.md457 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 Dmod_curltest.c67 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 Dconfig.yml27 # Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/co…
/curl/lib/vquic/
H A Dcurl_quiche.c206 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 Dcurl_osslq.c688 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 Dcurl-reentrant.m432 dnl configure process much before header file availability is known.
/curl/docs/
H A DTODO54 2.4 Split connect and authentication process
505 2.4 Split connect and authentication process
507 The multi interface treats the authentication process as part of the connect
1089 opened by a different process. Only after a download has been completed it is
1245 information about the charset involved the process is similar to the -J case.
/curl/tests/
H A Druntests.md156 tests serially within a single process. Using a number greater than one allows

Completed in 92 milliseconds

12