Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/httpd
/ req_ap_get_server_port
Function
req_ap_get_server_port
modules/lua/lua_request.c:757–760 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
755
}
756
757
static int req_ap_get_server_port(request_rec *r)
758
{
759
return (int) ap_get_server_port(r);
760
}
761
762
static int lua_ap_rflush (lua_State *L) {
763
Callers
nothing calls this directly
Calls
1
ap_get_server_port
Function · 0.85
Tested by
no test coverage detected