Home
last modified time | relevance | path

Searched refs:filename (Results 226 – 242 of 242) sorted by relevance

12345678910

/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_PINNEDPUBLICKEY.md39 filename of your pinned public key. The file format expected is "PEM" or
H A DCURLOPT_NETRC.md39 You can also tell libcurl a different filename to use with
/curl/lib/
H A Dsetup-vms.h215 static int CONF_modules_load_file(const char *filename, in CONF_modules_load_file() argument
H A Dftp.c4046 char *tmp_path = aprintf("%s%s", wildcard->path, finfo->filename); in wc_statemach()
4054 infof(data, "Wildcard - START of \"%s\"", finfo->filename); in wc_statemach()
4065 finfo->filename); in wc_statemach()
/curl/docs/libcurl/
H A Dlibcurl-env.md87 libcurl saves SSL secrets into the given filename. Using those SSL secrets,
H A Dcurl_easy_setopt.md88 Specify the Alt-Svc: cache filename. See CURLOPT_ALTSVC(3)
623 .netrc filename. See CURLOPT_NETRC_FILE(3)
1302 Transfer multiple files according to a filename pattern. See
H A Dlibcurl-security.md406 filename. The curl command-line tool does this with *--remote-header-name*,
407 using the Content-disposition: header to generate a filename. An application
408 could also use CURLINFO_EFFECTIVE_URL(3) to generate a filename from a
H A Dlibcurl-tutorial.md526 filename. With curl_mime_type(3), you can tell the MIME type of a part,
681 curl_mime_name(3) always copies the field name. The special filename "-" is
762 Use of curl_mime_filedata(3) sets the remote filename as a side effect: it is
1204 file. We call that the cookie-jar. When you set a filename with
1205 CURLOPT_COOKIEJAR(3), that filename is created and all received cookies get
/curl/tests/
H A Druntests.pl1578 my $filename=$hash{'name'};
1579 if(!$filename) {
1603 my @generated=loadarray($filename);
1639 $res = compare($runnerid, $testnum, $testname, "output ($filename)",
/curl/include/curl/
H A Dcurl.h315 char *filename; member
2442 const char *filename);
2481 const char *filename);
/curl/lib/vtls/
H A Drustls.c410 read_file_into(const char *filename, in read_file_into() argument
413 FILE *f = fopen(filename, FOPEN_READTEXT); in read_file_into()
H A Dsectransp.c709 CF_INLINE bool is_file(const char *filename) in is_file() argument
713 if(!filename) in is_file()
716 if(stat(filename, &st) == 0) in is_file()
/curl/docs/
H A DTODO162 18.17 consider filename from the redirected URL with -O ?
1135 18.17 consider filename from the redirected URL with -O ?
1138 URL, the filename is not extracted and used from the newly redirected-to URL
1139 even if the new URL may have a much more sensible filename.
1142 to users which filename that might get overwritten, but maybe a new option
1144 already allows for the server to decide what filename to use so it already
1147 This is extra tricky if the original URL has no filename part at all since
1150 filename...
1255 resume logic is worked out before the target filename (and thus its
H A DKNOWN_BUGS259 Passing in a Unicode filename with -o:
279 If a URL or filename cannot be encoded using the user's current codepage then
/curl/m4/
H A Dcurl-confopts.m4583 …ation to winbind's ntlm_auth helper, where FILE is ntlm_auth's absolute filename (default: /usr/bi…
630 [Define absolute filename for winbind's ntlm_auth helper.])
/curl/packages/OS400/
H A Dcurl.inc.in2456 d filename * char *
2640 d filename * value options(*string)
2663 d filename * value options(*string)
3317 d filename * value options(*string)
3346 d filename * value options(*string)
/curl/.github/workflows/
H A Dhttp3-linux.yml37 # Hardcoded workflow filename as workflow name above is just Linux again

Completed in 86 milliseconds

12345678910