| 2693 | }; |
| 2694 | |
| 2695 | static 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 | |
| 2702 | static const char* lua_ap_get_server_name(request_rec* r) |
| 2703 | { |
nothing calls this directly
no test coverage detected