Searched refs:N (Results 1 – 20 of 20) sorted by relevance
/curl/scripts/ |
H A D | singleuse.pl | 170 open(N, "nm $file|") || 176 while (<N>) { 199 close(N);
|
/curl/tests/data/ |
H A D | test613 | 13 d????????? N U U N ??? N NN:NN asubdir
|
H A D | test614 | 14 d????????? N U U N ??? N NN:NN asubdir
|
H A D | test1406 | 3 # N.B. --libcurl output not sufficient to deal with uploaded files.
|
/curl/lib/ |
H A D | splay.c | 46 struct Curl_tree N, *l, *r, *y; in Curl_splay() local 50 N.smaller = N.larger = NULL; in Curl_splay() 51 l = r = &N; in Curl_splay() 91 t->smaller = N.larger; in Curl_splay() 92 t->larger = N.smaller; in Curl_splay()
|
/curl/docs/cmdline-opts/ |
H A D | parallel.md | 23 manner. Parallel transfer means that curl runs up to N concurrent transfers 24 simultaneously and if there are more than N transfers to handle, it starts new
|
H A D | rate.md | 30 The request rate is provided as "N/U" where N is an integer number and U is a
|
H A D | no-buffer.md | 5 Short: N
|
/curl/docs/libcurl/ |
H A D | libcurl-url.md | 146 "candy=N&N" to what we already have, and URL encode it to deal with the 150 rc = curl_url_set(urlp, CURLUPART_QUERY, "candy=N&N", 157 https://example.com/?shoes=2&hat=1&candy=N%26N
|
H A D | curl_mime_data_cb.md | 73 the server expected it, like when you have said you intend to upload N bytes 74 and yet you upload less than N bytes), you may experience that the server
|
H A D | libcurl-tutorial.md | 971 without permission to login again like on many FTP servers only allowing N
|
/curl/packages/OS400/rpg-examples/ |
H A D | SIMPLE2 | 36 dcl-pi *N; 58 dcl-pi *N end-pi; 93 dcl-pi *N uns(10);
|
/curl/packages/vms/ |
H A D | build_gnv_curl_pcsi_desc.com | 6 $! 1. Duplicate filenames need an alias procedure. (N/A for curl) 7 $! 2. ODS-5 filenames need an alias procedure. (N/A for curl) 15 $! Add Link alias procedure file (N/A for curl) 26 $! above are marked N/A. 145 $! 1. Duplicate filenames need an alias procedure. (N/A for curl) 146 $! 2. ODS-5 filenames need an alias procedure. (N/A for curl) 464 $! Add Link alias procedure file (N/A for curl)
|
/curl/.github/workflows/ |
H A D | appveyor-status.yml | 40 … --arg target_url ${APPVEYOR_TARGET_URL} | tee /dev/stderr | parallel --pipe -j 1 -N 1 \
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_READFUNCTION.md | 50 server expected it, like when you have said you would upload N bytes and you 51 upload less than N bytes), you may experience that the server "hangs" waiting
|
H A D | CURLOPT_RANGE.md | 40 *"X-Y,N-M"*. Using this kind of multiple intervals causes the HTTP server
|
/curl/docs/ |
H A D | options-in-versions | 138 --no-buffer (-N) 6.5
|
H A D | TODO | 319 first address, then start a second attempt N milliseconds after and then a 320 third another N milliseconds later. That way there would be less waiting when 1209 - If after N seconds have passed and the transfer is expected to continue for 1216 transfer A remain the single one. N and M could be set to some sensible
|
H A D | THANKS | 1695 Kyselgov E.N 1949 Matias N. Goldberg
|
/curl/.github/ |
H A D | labeler.yml | 17 # N.B. any-glob-to-all-files is misnamed; it acts like one-glob-to-all-files.
|
Completed in 34 milliseconds