Lines Matching defs:file
2 * contributor license agreements. See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
446 "Using SRP verifier file [%s]", mctx->srp_vfile);
460 "Unable to load SRP verifier file [error %d]", err);
1195 "Failed to open ticket key file %s: (%d) %pm",
1626 const char *file)
1632 SSL_load_client_CA_file(file);
1678 * Process CA certificate bundle file
1684 * then the file failed to load, and users should hear about that.
1711 const char *file;
1715 file = apr_pstrcat(ptemp, ca_path, "/", direntry.name, NULL);
1716 ssl_init_PushCAList(ca_list, s, ptemp, file);