Searched refs:entry_core (Results 1 – 2 of 2) sorted by relevance
304 core_dir_config *entry_core; in directory_walk() local311 entry_core = (core_dir_config *) in directory_walk()313 entry_dir = entry_core->d; in directory_walk()316 if (entry_core->r) { in directory_walk()317 if (!ap_regexec(entry_core->r, r->filename, 0, NULL, 0)) in directory_walk()320 else if (entry_core->d_is_fnmatch) { in directory_walk()416 core_dir_config *entry_core; in directory_walk() local420 entry_core = (core_dir_config *) in directory_walk()422 entry_dir = entry_core->d; in directory_walk()424 if (entry_core->r in directory_walk()[all …]
412 #define IS_SPECIAL(entry_core) \ argument413 ((entry_core)->r != NULL || (entry_core)->d[0] != '/')