Home
last modified time | relevance | path

Searched refs:array_match_key_prefix (Results 1 – 4 of 4) sorted by relevance

/lighttpd1.4/src/
H A Dmod_expire.c322 ? (const data_string *)array_match_key_prefix(p->conf.expire_url, &r->uri.path) in REQUEST_FUNC()
330 array_match_key_prefix(p->conf.expire_mimetypes, vb); in REQUEST_FUNC()
H A Darray.h136 data_unset * array_match_key_prefix (const array * const a, const buffer * const b);
H A Darray.c538 array_match_key_prefix (const array * const a, const buffer * const b) in array_match_key_prefix() function
H A Dmod_auth.c677 ? (data_auth *)array_match_key_prefix(p->conf.auth_require, &r->uri.path) in mod_auth_uri_handler()