Lines Matching defs:file

12  * This software is licensed as described in the file COPYING, which
18 * furnished to do so, under the terms of the COPYING file.
27 /* This file is for lib internal stuff */
172 #include "file.h"
308 char *key; /* private key file name */
709 struct FILEPROTO *file;
1409 curl_off_t infilesize; /* size of file to upload, -1 means unknown.
1541 STRING_CERT, /* client certificate file name */
1542 STRING_CERT_PROXY, /* client certificate file name */
1546 STRING_COOKIEJAR, /* dump all cookies to this file */
1554 STRING_KEY, /* private key file name */
1555 STRING_KEY_PROXY, /* private key file name */
1570 STRING_SSL_CAFILE, /* certificate file to verify peer against */
1571 STRING_SSL_CAFILE_PROXY, /* certificate file to verify peer against */
1572 STRING_SSL_PINNEDPUBLICKEY, /* public key file to verify peer against */
1573 STRING_SSL_PINNEDPUBLICKEY_PROXY, /* public key file to verify proxy */
1579 STRING_SSL_CRLFILE, /* crl file to check certificate */
1580 STRING_SSL_CRLFILE_PROXY, /* crl file to check certificate */
1581 STRING_SSL_ISSUERCERT, /* issuer cert file to check certificate */
1582 STRING_SSL_ISSUERCERT_PROXY, /* issuer cert file to check certificate */
1594 STRING_SSH_PRIVATE_KEY, /* path to the private key file for auth */
1595 STRING_SSH_PUBLIC_KEY, /* path to the public key file for auth */
1598 STRING_SSH_KNOWNHOSTS, /* file name of knownhosts file */
1714 curl_off_t filesize; /* size of file to upload, -1 means unknown */
1756 file 0 - whatever, 1 - v2, 2 - v6 */
1757 curl_off_t max_filesize; /* Maximum file size to download */
1759 unsigned char ftp_filemethod; /* how to get to a file: curl_ftpfile */
1805 curl_fnmatch_callback fnmatch; /* callback to decide which file corresponds
1867 BIT(get_filetime); /* get the time and get of the remote file */