Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 79) sorted by relevance

1234

/curl/scripts/
H A Dschemetable.c80 unsigned int calc(const char *s, int add, int shift) in calc() argument
83 unsigned int c = add; in calc()
150 int add; in main() local
153 for(add = 0; add < 999; add++) { in main()
155 unsigned int v = calc(scheme[i].n, add, shift); in main()
197 bestadd = add; in main()
/curl/lib/
H A Doptiontable.pl40 sub add { subroutine
83 add($p[0], $p[1], $p[2]);
100 add($opt, $type, $num);
/curl/docs/cmdline-opts/
H A Dproxy-header.md26 curl makes sure that each header you add/replace is sent with the proper
27 end-of-line marker, you should thus **not** add that as a part of the header
28 content: do not add newlines or carriage returns, they only mess things up for
38 This option can be used multiple times to add/replace/remove multiple headers.
H A Dheader.md31 You may specify any number of extra headers. Note that if you should add a
41 curl makes sure that each header you add/replace is sent with the proper
42 end-of-line marker, you should thus **not** add that as a part of the header
43 content: do not add newlines or carriage returns, they only mess things up for
H A Dhttp2.md32 higher even though that is required by the specification. A user can add this
/curl/tests/
H A Dmemanalyze.pl346 my $add = $2;
347 if($add eq "(nil)") {
351 $addrinfo{$add}=1;
352 $addrinfofile{$add}="$source:$linenum";
/curl/tests/data/
H A Dtest160319 Internal hash add, retrieval, deletion testing
H A Dtest161619 Internal hash_offt create/add/destroy testing, exercising clean functions
H A Dtest160219 Internal hash create/add/destroy testing, exercising clean functions
H A Dtest130620 internal hash create/add/destroy testing
H A Dtest113517 # the build. We break binary compatibility by changing order. Only add
/curl/.github/workflows/
H A Dhacktoberfest-accepted.yml20 # add hacktoberfest-accepted label to PRs opened starting from September 30th
53 gh pr edit {} --add-label 'hacktoberfest-accepted'
64 gh pr edit {} --add-label 'hacktoberfest-accepted'
H A Dcodeql-analysis.yml68 # and modify them (or add more) to build your code if your project
/curl/docs/libcurl/
H A Dcurl_mime_data.md68 /* add a part */
71 /* add data to the part */
H A Dcurl_multi_add_handle.md20 curl_multi_add_handle - add an easy handle to a multi session
81 /* add individual transfers */
H A Dcurl_mime_addpart.md61 /* add a part */
H A Dlibcurl-multi.md65 you should add the easy handle to the multi handle with
66 curl_multi_add_handle(3). You can add more easy handles to a multi
111 curl_easy_cleanup(3), or possibly set new options to it and add it again
120 transfer, you must first remove it from the multi stack and then re-add it
133 When using this API, you add easy handles to the multi handle just as with the
H A Dcurl_multi_init.md53 /* add individual transfers */
H A Dcurl_mime_name.md59 /* add a part */
/curl/tests/http/
H A Dtest_16_info.py149 pos_keys.add('time_connect')
151 pos_keys.add('time_appconnect')
153 pos_keys.add('time_redirect')
/curl/
H A DRELEASE-NOTES23 o configure: add FIXMEs for disabled pkg-config references
31 o CURLOPT_PREREQFUNCTION.md: add result code on failure [23]
35 o libssh: when using IPv6 numerical address, add brackets [43]
39 o multi: add clarifying comment for wakeup_write() [9]
/curl/CMake/
H A DMacros.cmake26 # Check if header file exists and add it to the list.
76 # Convert the passed paths to libpath linker options and add them to CMAKE_REQUIRED_LINK_OPTIONS.
/curl/m4/
H A Dcurl-bearssl.m463 dnl add the path and test again
98 dnl linker doesn't search through, we need to add it to
H A Dcurl-mbedtls.m463 dnl add the path and test again
98 dnl linker doesn't search through, we need to add it to
/curl/docs/libcurl/opts/
H A DCURLOPT_HTTPHEADER.md47 curl_slist_free_all(3) to clean up an entire list. If you add a header that is
49 instead. If you add a header with no content as in 'Accept:' (no data on the
51 this option you can add new headers, replace internal headers and remove
52 internal headers. To add a header with no content (nothing to the right side

Completed in 31 milliseconds

1234