Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 87) sorted by relevance

1234

/curl/src/
H A Dtool_doswin.c106 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 Drequest-target.md4 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 Dappend.md6 Help: Append to target file when uploading
20 When used in an upload, this option makes curl append to the target file
H A Dpath-as-is.md10 - request-target
H A Doutput-dir.md25 If the specified target directory does not exist, the operation fails unless
/curl/lib/
H A Dhttp1.c139 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 Dtest16136 --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 Dtest12986 --request-target
35 HTTP GET special path with --request-target
38 --request-target "XXX" "http://%HOSTIP:%HTTPPORT/" -H "Testno: %TESTNUMBER"
H A Dtest12995 --request-target
34 Send "OPTIONS *" with --request-target
37 --request-target '*' -X OPTIONS http://%HOSTIP:%HTTPPORT/ -H "Testno: %TESTNUMBER"
H A Dtest52424 FTP upload with target URL ending with slash
H A Dtest47935 target
58 target
H A Dtest71632 # it should never connect to the target server
H A Dtest125530 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL directly
H A Dtest125233 Under condition using --proxy, override NO_PROXY by --nproxy and access target URL directly
H A Dtest125630 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy
H A Dtest125730 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy
/curl/packages/vms/
H A Dgnv_link_curl.com496 $ 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 Dappveyor.sh130 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 Dnon-native.yml69 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 Dtest_03_goaway.py61 t = Thread(target=long_run)
97 t = Thread(target=long_run)
130 t = Thread(target=long_run)
/curl/docs/libcurl/opts/
H A DCURLOPT_CHUNK_BGN_FUNCTION.md40 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 DCURLOPT_RESUME_FROM.md33 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 DCURLOPT_RESUME_FROM_LARGE.md34 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 Dtestcurl.pl185 my $target = $_[0];
187 foreach (glob($target)) {
192 system("rm -rf $target");
197 my ($target, $fn) = @_;
200 if (/$target/) {
/curl/scripts/
H A Dcijobs.pl339 my %target;
373 $target{$jobname}="arm";
387 my $trgt = $target{$jb};

Completed in 23 milliseconds

1234