Searched defs:entry_core (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Drequest.c903 core_dir_config *entry_core; local
904 entry_core = ap_get_core_module_config(entry_config);
909 if (entry_core->r || entry_core->d_components > seg) {
918 if (entry_core->d_components
919 && ((entry_core->d_components < seg)
920 || (entry_core->d_is_fnmatch
921 ? (apr_fnmatch(entry_core->d, r->filename,
923 : (strcmp(r->filename, entry_core->d) != 0)))) {
1196 * where we left off (we gave up after we hit entry_core
1204 core_dir_config *entry_core; local
1424 core_dir_config *entry_core; local
1634 core_dir_config *entry_core; local
1785 core_dir_config *entry_core; local
[all...]

Completed in 14 milliseconds