Home
last modified time | relevance | path

Searched refs:array_match_value_prefix (Results 1 – 5 of 5) sorted by relevance

/lighttpd1.4/src/
H A Darray.h142 const buffer * array_match_value_prefix (const array * const a, const buffer * const b);
H A Dhttp-header-glue.c463 ? array_match_value_prefix(xdocroot, path) in http_response_xsendfile()
532 ? array_match_value_prefix(xdocroot, b) in http_response_xsendfile2()
H A Darray.c553 array_match_value_prefix (const array * const a, const buffer * const b) in array_match_value_prefix() function
H A Dmod_deflate.c1930 if (NULL == array_match_value_prefix(p->conf.mimetypes, vbro)) return HANDLER_GO_ON; in REQUEST_FUNC()
/lighttpd1.4/
H A DNEWS788 * [core] code reuse with array_match_value_prefix()