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

Function lua_ap_auth_name

modules/lua/lua_request.c:2695–2700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2693};
2694
2695static const char* lua_ap_auth_name(request_rec* r)
2696{
2697 const char *name;
2698 name = ap_auth_name(r);
2699 return name ? name : "";
2700}
2701
2702static const char* lua_ap_get_server_name(request_rec* r)
2703{

Callers

nothing calls this directly

Calls 1

ap_auth_nameFunction · 0.85

Tested by

no test coverage detected