Home
last modified time | relevance | path

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

1234

/curl/src/
H A Dtool_doswin.c116 char *p, *target; in sanitize_file_name() local
154 if(!target) in sanitize_file_name()
158 target[len] = '\0'; in sanitize_file_name()
163 p = target + 4; in sanitize_file_name()
166 p = target; in sanitize_file_name()
207 free(target); in sanitize_file_name()
210 target = p; in sanitize_file_name()
214 free(target); in sanitize_file_name()
221 free(target); in sanitize_file_name()
224 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 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 Dtest125330 Under condition using --proxy, override NO_PROXY by --nproxy and access target URL through proxy
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.com495 $ target = "certinfo"
521 $ target = "debug"
547 $ target = "fopen"
560 $target = "ftpget"
586 $target = "ftpupload"
599 $target = "getinfo"
651 $target = "httpput"
664 $target = "https"
768 $target = "postit2"
781 $target = "sendrecv"
[all …]
/curl/tests/http/
H A Dtest_03_goaway.py62 t = Thread(target=long_run)
100 t = Thread(target=long_run)
133 t = Thread(target=long_run)
/curl/docs/libcurl/opts/
H A DCURLOPT_CHUNK_BGN_FUNCTION.md39 char *target; /* pointer to the target filename of a symlink */
71 The target of transfer_info parameter is a "feature depended" structure. For
72 the FTP wildcard download, the target is **curl_fileinfo** structure (see
H A DCURLOPT_RESUME_FROM.md32 option to -1 to make the transfer start from the end of the target file
37 source file to the remote target file.
H A DCURLOPT_RESUME_FROM_LARGE.md33 option to -1 to make the transfer start from the end of the target file
38 file to the remote target file.
/curl/.github/workflows/
H A Dnon-native.yml72 cmake --build bld --config Debug --parallel 3 --target testdeps
73 cmake --build bld --config Debug --target test-ci
105 cmake --build bld --config Debug --parallel 3 --target testdeps
107 cmake --build bld --config Debug --target test-ci
170 cmake --build bld --config Debug --parallel 3 --target testdeps
172 cmake --build bld --config Debug --target test-ci
/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/
H A Dappveyor.sh124 cmake --build _bld --config "${PRJ_CFG}" --parallel 2 --target testdeps
138 cmake --build _bld --config "${PRJ_CFG}" --target test-ci
/curl/scripts/
H A Dcijobs.pl339 my %target;
373 $target{$jobname}="arm";
387 my $trgt = $target{$jb};

Completed in 39 milliseconds

1234