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

/httpd/modules/generators/
H A Dmod_autoindex.c822 #define MATCH_FLAGS APR_FNM_CASE_BLIND macro
824 #define MATCH_FLAGS 0 macro
857 found = (apr_fnmatch(tuple->pattern, filename, MATCH_FLAGS) == 0);

Completed in 15 milliseconds