Searched refs:d_is_fnmatch (Results 1 – 3 of 3) sorted by relevance
320 else if (entry_core->d_is_fnmatch) { in directory_walk()430 if (entry_core->d_is_fnmatch) { in directory_walk()560 else if (entry_core->d_is_fnmatch) { in location_walk()621 else if (entry_core->d_is_fnmatch) { in file_walk()
125 conf->d_is_fnmatch = conf->d ? (ap_is_fnmatch(conf->d) != 0) : 0; in create_core_dir_config()184 conf->d_is_fnmatch = new->d_is_fnmatch; in merge_core_dir_configs()1465 conf->d_is_fnmatch = ap_is_fnmatch(conf->d) != 0; in urlsection()1542 conf->d_is_fnmatch = ap_is_fnmatch(conf->d) != 0; in filesection()
272 unsigned d_is_fnmatch : 1; member