Searched refs:target (Results 1 – 25 of 87) sorted by relevance
1234
/curl/src/ |
H A D | tool_doswin.c | 106 char *p, *target; in sanitize_file_name() local 139 if(!target) in sanitize_file_name() 145 p = target + 4; in sanitize_file_name() 148 p = target; in sanitize_file_name() 173 p = &target[len]; in sanitize_file_name() 189 free(target); in sanitize_file_name() 192 target = p; in sanitize_file_name() 196 free(target); in sanitize_file_name() 203 free(target); in sanitize_file_name() 206 target = p; in sanitize_file_name() [all …]
|
/curl/docs/cmdline-opts/ |
H A D | request-target.md | 4 Long: request-target 6 Help: Specify the target for this request 14 - --request-target "*" -X OPTIONS $URL 17 # `--request-target` 19 Use an alternative target (path) instead of using the path as provided in the
|
H A D | append.md | 6 Help: Append to target file when uploading 20 When used in an upload, this option makes curl append to the target file
|
H A D | path-as-is.md | 10 - request-target
|
H A D | output-dir.md | 25 If the specified target directory does not exist, the operation fails unless
|
/curl/lib/ |
H A D | http1.c | 139 const char *p, *m, *target, *hv, *scheme, *authority, *path; in start_req() local 153 target = p + 1; in start_req() 162 target_len = (hv - target) - 1; in start_req() 189 if(target_len == 1 && target[0] == '*') { in start_req() 191 path = target; in start_req() 196 authority = target; in start_req() 199 else if(target[0] == '/') { in start_req() 201 path = target; in start_req() 210 path = target; in start_req() 216 memcpy(tmp, target, target_len); in start_req()
|
/curl/tests/data/ |
H A D | test1613 | 6 --request-target 32 Send "OPTIONS *" with --request-target to a proxy 38 --request-target '*' -X OPTIONS --proxy http://%HOSTIP:%HTTPPORT/ -H "Testno: %TESTNUMBER" http://w…
|
H A D | test1298 | 6 --request-target 35 HTTP GET special path with --request-target 38 --request-target "XXX" "http://%HOSTIP:%HTTPPORT/" -H "Testno: %TESTNUMBER"
|
H A D | test1299 | 5 --request-target 34 Send "OPTIONS *" with --request-target 37 --request-target '*' -X OPTIONS http://%HOSTIP:%HTTPPORT/ -H "Testno: %TESTNUMBER"
|
H A D | test524 | 24 FTP upload with target URL ending with slash
|
H A D | test479 | 35 target 58 target
|
H A D | test716 | 32 # it should never connect to the target server
|
H A D | test1255 | 30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL directly
|
H A D | test1252 | 33 Under condition using --proxy, override NO_PROXY by --nproxy and access target URL directly
|
H A D | test1256 | 30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy
|
H A D | test1257 | 30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy
|
/curl/packages/vms/ |
H A D | gnv_link_curl.com | 496 $ target = "certinfo" 522 $ target = "debug" 548 $ target = "fopen" 561 $target = "ftpget" 587 $target = "ftpupload" 600 $target = "getinfo" 652 $target = "httpput" 665 $target = "https" 769 $target = "postit2" 782 $target = "sendrecv" [all …]
|
/curl/ |
H A D | appveyor.sh | 130 cmake --build _bld --config "${PRJ_CFG}" --parallel 2 --target testdeps 144 cmake --build _bld --config "${PRJ_CFG}" --target test-ci 158 cmake --build _bld --config "${PRJ_CFG}" --parallel 2 --target curl-examples
|
/curl/.github/workflows/ |
H A D | non-native.yml | 69 cmake --build bld --config Debug --target testdeps 71 cmake --build bld --config Debug --target test-ci 74 cmake --build bld --config Debug --target curl-examples 108 cmake --build bld --config Debug --target testdeps 110 cmake --build bld --config Debug --target test-ci 113 cmake --build bld --config Debug --target curl-examples 183 cmake --build bld --config Debug --target testdeps 184 cmake --build bld --config Debug --target test-ci 187 cmake --build bld --config Debug --target curl-examples
|
/curl/tests/http/ |
H A D | test_03_goaway.py | 61 t = Thread(target=long_run) 97 t = Thread(target=long_run) 130 t = Thread(target=long_run)
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_CHUNK_BGN_FUNCTION.md | 40 char *target; /* pointer to the target filename of a symlink */ 72 The target of transfer_info parameter is a "feature depended" structure. For 73 the FTP wildcard download, the target is **curl_fileinfo** structure (see
|
H A D | CURLOPT_RESUME_FROM.md | 33 option to -1 to make the transfer start from the end of the target file 38 source file to the remote target file.
|
H A D | CURLOPT_RESUME_FROM_LARGE.md | 34 option to -1 to make the transfer start from the end of the target file 39 file to the remote target file.
|
/curl/tests/ |
H A D | testcurl.pl | 185 my $target = $_[0]; 187 foreach (glob($target)) { 192 system("rm -rf $target"); 197 my ($target, $fn) = @_; 200 if (/$target/) {
|
/curl/scripts/ |
H A D | cijobs.pl | 339 my %target; 373 $target{$jobname}="arm"; 387 my $trgt = $target{$jb};
|
Completed in 20 milliseconds
1234