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

Function log_server_name

server/log.c:817–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815}
816
817static int log_server_name(const ap_errorlog_info *info, const char *arg,
818 char *buf, int buflen)
819{
820 if (info->r)
821 return cpystrn(buf, ap_get_server_name((request_rec *)info->r), buflen);
822
823 return 0;
824}
825
826static int log_virtual_host(const ap_errorlog_info *info, const char *arg,
827 char *buf, int buflen)

Callers

nothing calls this directly

Calls 2

cpystrnFunction · 0.85
ap_get_server_nameFunction · 0.85

Tested by

no test coverage detected