Searched refs:xdocroot (Results 1 – 2 of 2) sorted by relevance
425 …http_response_xsendfile (request_st * const r, buffer * const path, const array * const xdocroot) { in http_response_xsendfile() argument461 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() argument530 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()
1266 * [core] add xsendfile* check if xdocroot is NULL