Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_request.c304 core_dir_config *entry_core; in directory_walk() local
311 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() local
420 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 …]
Dhttp_core.c412 #define IS_SPECIAL(entry_core) \ argument
413 ((entry_core)->r != NULL || (entry_core)->d[0] != '/')