Lines Matching defs:filename
276 * Add description text for a filename pattern. If the pattern has
282 * the matching routine simplifies to just the actual filename
594 DIR_CMD_PERMS, "a filename"),
597 DIR_CMD_PERMS, "a filename"),
805 r->content_encoding, r->filename, list, path_only);
815 * if any) that matches the filename in the request. If multiple patterns
832 const char *filename;
835 * If the filename includes a path, extract just the name itself
849 * Only use the full-path filename if the pattern contains '/'s.
851 filename = (tuple->full_path) ? filename_full : filename_only;
857 found = (apr_fnmatch(tuple->pattern, filename, MATCH_FLAGS) == 0);
860 found = (ap_strstr_c(filename, tuple->pattern) != NULL);
1027 && (rr->filename != NULL)
1078 if (apr_file_open(&f, rr->filename, APR_READ,
1145 && (rr->filename != NULL)
1170 if (apr_file_open(&f, rr->filename, APR_READ,
1206 if (apr_file_open(&thefile, r->filename, APR_READ,
1273 testpath = ap_make_full_path(r->pool, r->filename, "..");
1331 r->filename, dirent->name))) {
1376 rr->filename = ap_make_dirstr_parent (rr->pool, rr->filename);
1379 rr->filename[strlen(rr->filename) - 1] = '\0';
1396 p->desc = find_desc(d, rr->filename);
1985 * filename case when strnatcmp is used above, so fall back
2007 char *name = r->filename;
2027 "Can't open directory for index: %s", r->filename);
2064 * default to ascending by filename.
2305 if (r->filename[strlen(r->filename) - 1] != '/') {
2306 r->filename = apr_pstrcat(r->pool, r->filename, "/", NULL);
2317 r->filename,