Home
last modified time | relevance | path

Searched refs:array_match_value_suffix (Results 1 – 6 of 6) sorted by relevance

/lighttpd1.4/src/
H A Dmod_access.c103 ? array_match_value_suffix(allow, urlpath) in mod_access_check()
110 ? array_match_value_suffix(deny, urlpath) in mod_access_check()
H A Dmod_skeleton.c123 || NULL == array_match_value_suffix(p->conf.match, &r->uri.path)) { in URIHANDLER_FUNC()
H A Dmod_staticfile.c118 && array_match_value_suffix(pconf->exclude_ext, &r->physical.path)) { in mod_staticfile_process()
H A Darray.h154 const buffer * array_match_value_suffix (const array * const a, const buffer * const b);
H A Darray.c611 array_match_value_suffix (const array * const a, const buffer * const b) in array_match_value_suffix() function
H A Dmod_ssi.c1630 if (array_match_value_suffix(p->conf.ssi_extension, &r->physical.path)) { in URIHANDLER_FUNC()