Home
last modified time | relevance | path

Searched refs:xdocroot (Results 1 – 2 of 2) sorted by relevance

/lighttpd1.4/src/
H A Dhttp-header-glue.c425 …http_response_xsendfile (request_st * const r, buffer * const path, const array * const xdocroot) { in http_response_xsendfile() argument
461 if (xdocroot && xdocroot->used) { in http_response_xsendfile()
463 ? array_match_value_prefix(xdocroot, path) in http_response_xsendfile()
464 : array_match_value_prefix_nc(xdocroot, path); in http_response_xsendfile()
483 …sponse_xsendfile2(request_st * const r, const buffer * const value, const array * const xdocroot) { in http_response_xsendfile2() argument
530 if (xdocroot && xdocroot->used) { in http_response_xsendfile2()
532 ? array_match_value_prefix(xdocroot, b) in http_response_xsendfile2()
533 : array_match_value_prefix_nc(xdocroot, b); in http_response_xsendfile2()
/lighttpd1.4/
H A DNEWS1266 * [core] add xsendfile* check if xdocroot is NULL