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

Function cpystrn

server/log.c:588–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588static int cpystrn(char *buf, const char *arg, int buflen)
589{
590 char *end;
591 if (!arg)
592 return 0;
593 end = apr_cpystrn(buf, arg, buflen);
594 return end - buf;
595}
596
597
598static int log_remote_address(const ap_errorlog_info *info, const char *arg,

Callers 7

log_loglevelFunction · 0.85
log_log_idFunction · 0.85
log_module_nameFunction · 0.85
log_server_nameFunction · 0.85
log_virtual_hostFunction · 0.85
log_table_entryFunction · 0.85
do_errorlog_defaultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected