Searched refs:array_match_value_suffix (Results 1 – 6 of 6) sorted by relevance
103 ? array_match_value_suffix(allow, urlpath) in mod_access_check()110 ? array_match_value_suffix(deny, urlpath) in mod_access_check()
123 || NULL == array_match_value_suffix(p->conf.match, &r->uri.path)) { in URIHANDLER_FUNC()
118 && array_match_value_suffix(pconf->exclude_ext, &r->physical.path)) { in mod_staticfile_process()
154 const buffer * array_match_value_suffix (const array * const a, const buffer * const b);
611 array_match_value_suffix (const array * const a, const buffer * const b) in array_match_value_suffix() function
1630 if (array_match_value_suffix(p->conf.ssi_extension, &r->physical.path)) { in URIHANDLER_FUNC()