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

/macosx-10.9.5/apache-786.1/httpd/server/
H A Drequest.c804 core_dir_config *entry_core; local
805 entry_core = ap_get_module_config(entry_config, &core_module);
810 if (entry_core->r || entry_core->d_components > seg) {
819 if (entry_core->d_components
820 && ((entry_core->d_components < seg)
821 || (entry_core->d_is_fnmatch
822 ? (apr_fnmatch(entry_core->d, r->filename,
824 : (strcmp(r->filename, entry_core->d) != 0)))) {
1095 * where we left off (we gave up after we hit entry_core
1099 core_dir_config *entry_core; local
1283 core_dir_config *entry_core; local
1440 core_dir_config *entry_core; local
[all...]
/macosx-10.9.5/apache_mod_hfs_apple-14/
H A Dmod_hfs_apple2.c162 core_dir_config *entry_core = (core_dir_config*) local
164 if (entry_core == NULL || entry_core->d == NULL) continue;
165 add_directory_entry(r, entry_core->d);

Completed in 82 milliseconds