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

/httpd/modules/generators/
H A Dmod_autoindex.c845 ai_desc_t *tuple = &list[i]; local
851 filename = (tuple->full_path) ? filename_full : filename_only;
856 if (tuple->wildcards) {
857 found = (apr_fnmatch(tuple->pattern, filename, MATCH_FLAGS) == 0);
860 found = (ap_strstr_c(filename, tuple->pattern) != NULL);
863 return tuple->description;

Completed in 1366 milliseconds