Searched refs:add (Results 1 – 25 of 79) sorted by relevance
1234
/curl/scripts/ |
H A D | schemetable.c | 80 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 D | optiontable.pl | 40 sub add { subroutine 83 add($p[0], $p[1], $p[2]); 100 add($opt, $type, $num);
|
/curl/docs/cmdline-opts/ |
H A D | proxy-header.md | 26 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 D | header.md | 31 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 D | http2.md | 32 higher even though that is required by the specification. A user can add this
|
/curl/tests/ |
H A D | memanalyze.pl | 346 my $add = $2; 347 if($add eq "(nil)") { 351 $addrinfo{$add}=1; 352 $addrinfofile{$add}="$source:$linenum";
|
/curl/tests/data/ |
H A D | test1603 | 19 Internal hash add, retrieval, deletion testing
|
H A D | test1616 | 19 Internal hash_offt create/add/destroy testing, exercising clean functions
|
H A D | test1602 | 19 Internal hash create/add/destroy testing, exercising clean functions
|
H A D | test1306 | 20 internal hash create/add/destroy testing
|
H A D | test1135 | 17 # the build. We break binary compatibility by changing order. Only add
|
/curl/.github/workflows/ |
H A D | hacktoberfest-accepted.yml | 20 # 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 D | codeql-analysis.yml | 68 # and modify them (or add more) to build your code if your project
|
/curl/docs/libcurl/ |
H A D | curl_mime_data.md | 68 /* add a part */ 71 /* add data to the part */
|
H A D | curl_multi_add_handle.md | 20 curl_multi_add_handle - add an easy handle to a multi session 81 /* add individual transfers */
|
H A D | curl_mime_addpart.md | 61 /* add a part */
|
H A D | libcurl-multi.md | 65 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 D | curl_multi_init.md | 53 /* add individual transfers */
|
H A D | curl_mime_name.md | 59 /* add a part */
|
/curl/tests/http/ |
H A D | test_16_info.py | 149 pos_keys.add('time_connect') 151 pos_keys.add('time_appconnect') 153 pos_keys.add('time_redirect')
|
/curl/ |
H A D | RELEASE-NOTES | 23 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 D | Macros.cmake | 26 # 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 D | curl-bearssl.m4 | 63 dnl add the path and test again 98 dnl linker doesn't search through, we need to add it to
|
H A D | curl-mbedtls.m4 | 63 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 D | CURLOPT_HTTPHEADER.md | 47 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 26 milliseconds
1234