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

Function log_module_name

server/log.c:740–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738}
739
740static int log_module_name(const ap_errorlog_info *info, const char *arg,
741 char *buf, int buflen)
742{
743 return cpystrn(buf, ap_find_module_short_name(info->module_index), buflen);
744}
745
746static int log_file_line(const ap_errorlog_info *info, const char *arg,
747 char *buf, int buflen)

Callers 1

do_errorlog_defaultFunction · 0.85

Calls 2

cpystrnFunction · 0.85

Tested by

no test coverage detected