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
480 "SSLPassPhraseDialog: file '",
568 if ((arg2len > 5) && strEQn(arg2, "file:", 5)) {
603 seed->nBytes = 0; /* read whole file */
691 const char **file)
693 const char *filepath = ap_server_root_relative(parms->pool, *file);
697 ": Invalid file path ", *file, NULL);
699 *file = filepath;
701 if (ssl_util_path_check(SSL_FLAGS_CHECK_FILE, *file, parms->pool)) {
706 ": file '", *file,