Lines Matching defs:filename
437 if (result == DECLINED && r->handler && r->filename) {
439 "handler \"%s\" not found for: %s", r->handler, r->filename);
611 * only the filename (e.g. mod_includes.c). So check for path
1138 newdir->filename = parms->config_file->name;
1424 curr_parent->filename,
1819 parms.err_directive->filename, error);
1917 /* find the first part of the filename */
1924 /* optimisation - if the filename isn't a wildcard, process it directly */
2074 parms.err_directive->filename);
2098 const char *filename;
2125 filename = NULL;
2126 status = ap_run_open_htaccess(r, d, access_name, &f, &filename);
2142 "%s: %s", filename, errmsg);
2156 filename, d);
2392 const char *filename,
2416 confname = ap_server_root_relative(p, filename);
2421 filename);