Lines Matching defs:file
11 * This software is licensed as described in the file COPYING, which
17 * furnished to do so, under the terms of the COPYING file.
27 * Source file for all iOS and macOS SecureTransport-specific code for the
143 /* The last #include file should be: */
1299 * returns 1 for a file
1300 * returns 0 for not a file
1847 it as a file on disk */
1991 failf(data, "SSL: can't load CA certificate file %s",
2159 static int read_cert(const char *file, unsigned char **out, size_t *outlen)
2168 fd = open(file, 0);
2251 * Certbuf now contains the contents of the certificate file, which can be
2283 /* This is not a PEM file, probably a certificate in DER format. */
2381 CURL_TRC_CF(data, cf, "verify_peer, CA from file '%s'", cafile);