Home
last modified time | relevance | path

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

12345678910

/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_SSLKEY.md38 the filename of your private key used for connecting to the HTTPS proxy. The
H A DCURLOPT_PROXY_SSLCERT_BLOB.md47 expects a filename as input.
H A DCURLOPT_MIME_OPTIONS.md51 As an example, consider field or filename *strangename"kind*. When the
H A DCURLOPT_ISSUERCERT.md21 CURLOPT_ISSUERCERT - issuer SSL certificate filename
H A DCURLOPT_PROXY_SSLCERT.md40 the filename of your client certificate used to connect to the HTTPS proxy.
H A DCURLOPT_PROXY_ISSUERCERT.md23 CURLOPT_PROXY_ISSUERCERT - proxy issuer SSL certificate filename
H A DCURLOPT_ISSUERCERT_BLOB.md56 expects a filename as input.
H A DCURLOPT_PROXY_ISSUERCERT_BLOB.md57 instead expects a filename as input.
H A DCURLOPT_SSLCERT.md38 the filename of your client certificate. The default format is `P12` on Secure
H A DCURLOPT_PINNEDPUBLICKEY.md40 filename of your pinned public key. The file format expected is "PEM" or
/curl/.github/workflows/
H A Dtorture.yml37 # Hardcoded workflow filename as workflow name above is just Linux again
/curl/tests/data/
H A Dtest654100 Content-Disposition: form-data; filename="file%TESTNUMBER.txt"
H A Dtest118553 FILE *f = fopen("filename", "r");
130 FILE *f = fopen("filename", "r");
H A Dtest64690 Content-Disposition: attachment; filename="test%TESTNUMBER.txt"
H A Dtest66668 Content-Disposition: form-data; name="upfile"; filename="myfile.txt"
H A Dtest65254 Content-Disposition: attachment; filename="myfile.jpg"
/curl/docs/libcurl/
H A Dcurl_easy_duphandle.md45 data from the main filename to populate the cache.
/curl/tests/
H A Dtestcurl.md86 ## `--setup=[filename]`
88 filename to read setup from (deprecated). The old style of providing info. If
/curl/projects/
H A Dgenerate.bat218 rem %3 - Source filename
263 rem Returns the extension for a given filename.
265 rem %1 - The filename
288 rem %1 - The filename
/curl/docs/cmdline-opts/
H A Dwrite-out.md23 the format from a file with "@filename" and to tell curl to read the format
41 *%output{name}* (added in curl 8.3.0) where *name* is the full filename. The
44 the filename cannot be created, curl leaves the output destination to the one
81 The ultimate filename that curl writes out to. This is only meaningful if curl
H A Dconfig.md41 Specify the filename to --config as minus "-" to make curl read the file from
H A Dheader.md47 This option can take an argument in @filename style, which then adds a header
/curl/packages/OS400/
H A Dccsidcurl.c1394 const char *filename, unsigned int ccsid) in curl_mime_filename_ccsid() argument
1396 return mime_string_call(part, filename, ccsid, curl_mime_filename); in curl_mime_filename_ccsid()
1415 const char *filename, unsigned int ccsid) in curl_mime_filedata_ccsid() argument
1417 return mime_string_call(part, filename, ccsid, curl_mime_filedata); in curl_mime_filedata_ccsid()
/curl/lib/
H A Dcookie.c1619 struct CookieInfo *c, const char *filename) in cookie_output() argument
1634 if(!strcmp("-", filename)) { in cookie_output()
1640 error = Curl_fopen(data, filename, &out, &tempstore); in cookie_output()
1689 if(tempstore && Curl_rename(tempstore, filename)) { in cookie_output()
/curl/src/
H A Dtool_writeout.c370 if(per->outs.filename) { in writeString()
371 strinfo = per->outs.filename; in writeString()

Completed in 168 milliseconds

12345678910