MCPcopy Create free account
hub / github.com/apache/httpd / lua_ap_some_auth_required

Function lua_ap_some_auth_required

modules/lua/lua_request.c:817–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815}
816
817static int lua_ap_some_auth_required(request_rec *r)
818{
819 return ap_some_auth_required(r);
820}
821
822static int lua_ap_sendfile(lua_State *L)
823{

Callers

nothing calls this directly

Calls 1

ap_some_auth_requiredFunction · 0.85

Tested by

no test coverage detected