Home
last modified time | relevance | path

Searched refs:d_is_fnmatch (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_request.c320 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()
Dhttp_core.c125 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()
/mirbsd/src/usr.sbin/httpd/src/include/
Dhttp_core.h272 unsigned d_is_fnmatch : 1; member