Lines Matching defs:path
198 const char *path, const char *data)
205 if (!path) {
206 path = "";
211 p->apply_path = apr_pstrcat(arr->pool, path, "*", NULL);
239 cmd->path, alt);
271 cmd->path, iconbak);
323 push_item(((autoindex_config_rec *) d)->ign_list, 0, ext, cmd->path, NULL);
760 char *path, apr_array_header_t *list, int path_only)
769 if ((path[0] == '^') || (!ap_strcmp_match(path, p->apply_path))) {
773 else if (p->type == BY_PATH || path[0] == '^') {
774 if (!ap_strcmp_match(path, p->apply_to)) {
835 * If the filename includes a path, extract just the name itself
849 * Only use the full-path filename if the pattern contains '/'s.
869 static int ignore_entry(autoindex_config_rec *d, char *path)
876 if ((tt = strrchr(path, '/')) == NULL) {
877 tt = path;
895 if (!ap_strcmp_match(path, p->apply_path)
905 if (!ap_strcasecmp_match(path, p->apply_path)