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

Function log_virtual_host

server/log.c:826–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826static int log_virtual_host(const ap_errorlog_info *info, const char *arg,
827 char *buf, int buflen)
828{
829 if (info->s)
830 return cpystrn(buf, info->s->server_hostname, buflen);
831
832 return 0;
833}
834
835
836static int log_table_entry(const apr_table_t *table, const char *name,

Callers

nothing calls this directly

Calls 1

cpystrnFunction · 0.85

Tested by

no test coverage detected