Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 165) sorted by relevance

1234567

/curl/lib/
H A Dformdata.c105 post->more = parent_post->more; in AddHttpPost()
108 parent_post->more = post; in AddHttpPost()
148 form_info->more = parent_form_info->more; in AddFormInfo()
151 parent_form_info->more = form_info; in AddFormInfo()
525 for(ptr = first_form; ptr != NULL; ptr = ptr->more) { in FormAdd()
552 form = form->more) { in FormAdd()
654 for(ptr = form; ptr != NULL; ptr = ptr->more) { in FormAdd()
679 struct FormInfo *ptr = first_form->more; in FormAdd()
758 curl_formfree(form->more); in curl_formfree()
840 if(post->more) { in Curl_getformdata()
[all …]
H A Dformdata.h45 struct FormInfo *more; member
/curl/tests/data/
H A Dtest42235 curl: try 'curl --help' or 'curl --manual' for more information
37 curl: try 'curl --help' for more information
H A Dtest41134 curl: try 'curl --help' or 'curl --manual' for more information
36 curl: try 'curl --help' for more information
H A Dtest106835 more than one byte
50 more than one byte
H A Dtest6034 more than one byte
52 more than one byte
H A Dtest37135 using more -o than URLs in the command line
53 Warning: Got more output options than URLs
H A Dtest2625 specify more -o than URLs
H A Dtest117940 curl: try 'curl --help' or 'curl --manual' for more information
/curl/docs/cmdline-opts/
H A Dverbose.md7 Help: Make the operation more talkative
29 be more suitable options.
H A Dparallel-immediate.md20 rather prefer opening up more connections in parallel at once rather than
H A Dtrace-config.md27 See the *curl_global_trace(3)* man page for more details.
H A Dinclude.md21 more... With non-HTTP protocols, the "headers" are other server communication.
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_TLS13_CIPHERS.md37 syntactically correct, it consists of one or more cipher suite strings
40 Find more details about cipher lists on this URL:
H A DCURLOPT_UPKEEP_INTERVAL_MS.md59 /* Perform more work here. */
66 /* Perform more work here. */
H A DCURLOPT_TLS13_CIPHERS.md37 syntactically correct, it consists of one or more cipher suite strings
40 Find more details about cipher lists on this URL:
H A DCURLMOPT_MAX_TOTAL_CONNECTIONS.md37 When more transfers are added to the multi handle than what can be performed
57 /* never do more than 15 connections */
H A DCURLMOPT_MAX_HOST_CONNECTIONS.md40 When more transfers are added to the multi handle than what can be performed
64 /* do no more than 2 connections per host */
/curl/docs/libcurl/
H A Dcurl_easy_upkeep.md56 /* Perform more work here. */
63 /* Perform more work here. */
H A Dcurl_pushheader_byname.md35 data this function points to is freed when this callback returns. If more than
62 (*transfers)++; /* one more */
H A Dcurl_ws_recv.md35 **buffer**, but not more than **buflen** bytes. *recv* is set to the
38 If there is more fragment data to deliver than what fits in the provided
H A Dcurl_multi_perform.md48 you know that there is one or more transfers less "running". You can then call
50 completed transfer, and that returned info includes CURLcode and more. If an
107 activity on any of the ongoing transfers. As soon as one or more file
H A Dcurl_easy_option_next.md35 pass in the current option to get the next one returned. If there is no more
91 no more options.
H A Dcurl_easy_perform.md41 **easy_handle**. If you intend to transfer more than one file, you are even
55 few more alternatives but two common ones are CURLOPT_READFUNCTION(3) and
/curl/.github/workflows/
H A Dlabel.yml9 # file with configuration. For more information, see:

Completed in 29 milliseconds

1234567