/curl/include/curl/ |
H A D | mprintf.h | 43 __attribute__((format(__MINGW_PRINTF_FORMAT, fmt, arg))) 49 __attribute__((format(printf, fmt, arg))) 56 CURL_EXTERN int curl_mprintf(const char *format, ...) 58 CURL_EXTERN int curl_mfprintf(FILE *fd, const char *format, ...) 60 CURL_EXTERN int curl_msprintf(char *buffer, const char *format, ...) 63 const char *format, ...) 65 CURL_EXTERN int curl_mvprintf(const char *format, va_list args) 67 CURL_EXTERN int curl_mvfprintf(FILE *fd, const char *format, va_list args) 72 const char *format, va_list args) 74 CURL_EXTERN char *curl_maprintf(const char *format, ...) [all …]
|
/curl/lib/ |
H A D | mprintf.c | 215 static int parsefmt(const char *format, in parsefmt() argument 221 char *fmt = (char *)format; in parsefmt() 671 const char *format, /* %-formatted string */ in formatf() argument 1094 va_start(ap_save, format); in curl_msnprintf() 1145 char *curl_maprintf(const char *format, ...) in curl_maprintf() argument 1149 va_start(ap_save, format); in curl_maprintf() 1150 s = curl_mvaprintf(format, ap_save); in curl_maprintf() 1167 va_start(ap_save, format); in curl_msprintf() 1182 int curl_mprintf(const char *format, ...) in curl_mprintf() argument 1186 va_start(ap_save, format); in curl_mprintf() [all …]
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_COOKIELIST.md | 34 Such a cookie can be either a single line in Netscape / Mozilla format or just 35 regular HTTP-style header (`Set-Cookie:`) format. This option also enables the 39 is an inferior data exchange format. 42 occur. If you use the `Set-Cookie` format and the string does not specify a 48 much better: use the Netscape file format. 78 /* an inline import of a cookie in Netscape format. */ 89 SEP "0" /* Expiry in epoch time format. 0 == Session */ 119 # Cookie file format 121 The cookie file format and general cookie concepts in curl are described
|
H A D | CURLOPT_SSLCERT_BLOB.md | 38 client certificate. The format must be "P12" on Secure Transport or 39 Schannel. The format must be "P12" or "PEM" on OpenSSL. The format must be 40 "DER" or "PEM" on mbedTLS. The format must be specified with
|
H A D | CURLOPT_SSLKEYTYPE.md | 35 the format of your private key. Supported formats are "PEM", "DER" and "ENG". 37 The format "ENG" enables you to load the private key from a crypto engine. In 39 have to set the crypto engine with CURLOPT_SSLENGINE(3). "DER" format key file
|
H A D | CURLOPT_COOKIEFILE.md | 32 in either the old Netscape / Mozilla cookie data format or just regular HTTP 49 Netscape format. 91 # Cookie file format 93 The cookie file format and general cookie concepts in curl are described
|
H A D | CURLINFO_COOKIELIST.md | 37 Since 7.43.0 cookies that were imported in the Set-Cookie format without a 62 /* a linked list of cookies in cookie file format */
|
H A D | CURLOPT_PROXY_SSLCERT_BLOB.md | 38 connect to the HTTPS proxy. The format must be "P12" on Secure Transport or 39 Schannel. The format must be "P12" or "PEM" on OpenSSL. The string "P12" or
|
H A D | CURLOPT_PINNEDPUBLICKEY.md | 40 filename of your pinned public key. The file format expected is "PEM" or 103 # extract public key in pem format from certificate 114 The public key in PEM format contains a header, base64 data and a
|
H A D | CURLOPT_PROXY_PINNEDPUBLICKEY.md | 39 filename of your pinned public key. The file format expected is "PEM" or 100 # extract public key in pem format from certificate 110 The public key in PEM format contains a header, base64 data and a
|
/curl/tests/data/ |
H A D | test1102 | 18 REPLY SITE 250 Name format set to 1 28 FTP OS/400 server name format check
|
H A D | test173 | 34 …TESTNUMBER -F field1=contents1 -F "fileupload=@-;filename=%DEV_NULL;type=text/x-null;format=x-curl" 68 Content-Type: text/x-null;format=x-curl
|
/curl/src/ |
H A D | tool_cb_prg.c | 196 char format[40]; in tool_progress_cb() local 213 msnprintf(format, sizeof(format), "\r%%-%ds %%5.1f%%%%", barwidth); in tool_progress_cb() 218 fprintf(bar->out, format, line, percent); in tool_progress_cb()
|
/curl/docs/cmdline-opts/ |
H A D | cookie.md | 28 line. The data should be in the format `NAME1=VALUE1; NAME2=VALUE2`. When 44 The file format of the file to read cookies from should be plain HTTP headers 45 (Set-Cookie style) or the Netscape/Mozilla cookie file format. 50 If you use the Set-Cookie file format and do not specify a domain then the 53 the Netscape format.
|
H A D | proxy-cert.md | 21 proxy. The certificate must be in PKCS#12 format if using Secure Transport, or 22 PEM format if using any other engine. If the optional password is not
|
H A D | crlfile.md | 20 Provide a file using PEM format with a Certificate Revocation List that may
|
H A D | proxy-cacert.md | 23 contain multiple CA certificates. The certificate(s) must be in PEM format.
|
/curl/.github/scripts/ |
H A D | yamlcheck.sh | 10 --format standard \
|
/curl/docs/libcurl/ |
H A D | curl_mprintf.md | 28 int curl_mprintf(const char *format, ...); 29 int curl_mfprintf(FILE *fd, const char *format, ...); 30 int curl_msprintf(char *buffer, const char *format, ...); 31 int curl_msnprintf(char *buffer, size_t maxlength, const char *format, ...); 32 int curl_mvprintf(const char *format, va_list args); 33 int curl_mvfprintf(FILE *fd, const char *format, va_list args); 34 int curl_mvsprintf(char *buffer, const char *format, va_list args); 35 int curl_mvsnprintf(char *buffer, size_t maxlength, const char *format, 37 char *curl_maprintf(const char *format , ...); 38 char *curl_mvaprintf(const char *format, va_list args); [all …]
|
/curl/tests/ |
H A D | test1173.pl | 224 my ($format, $rest) = ($1, $2); 226 print STDERR "$file:$line missing \\f${format} terminator!\n"; 240 my ($pre, $format) = ($1, $2);
|
H A D | dictserver.py | 94 response_data = VERIFIED_RSP.format(pid=pid) 100 response = "552 {0}\n".format(response_data)
|
/curl/tests/http/testenv/ |
H A D | ws_echo_server.py | 57 format="%(asctime)s %(message)s",
|
/curl/docs/ |
H A D | mk-ca-bundle.md | 14 mk-ca-bundle - convert Mozilla's certificate bundle to PEM format 23 HTTPS, then parses it and extracts the included certificates into PEM format. 31 The PEM format this scripts uses for output makes the result readily available 125 The file format used by Mozilla for this trust information is documented here:
|
/curl/packages/vms/ |
H A D | pcsi_product_gnv_curl.com | 4 $! format kit 177 /format=sequential 'pcsi_option' 188 $ product copy /options=(novalidate, noconfirm) /format=compressed -
|
/curl/packages/OS400/rpg-examples/ |
H A D | SIMPLE2 | 1 * Curl simple URL request (free-format RPG) 33 * Simple free-format RPG program to request the URL given as command line
|