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

Function log_env_var

server/log.c:873–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

871}
872
873static int log_env_var(const ap_errorlog_info *info, const char *arg,
874 char *buf, int buflen)
875{
876 if (info->r)
877 return log_table_entry(info->r->subprocess_env, arg, buf, buflen);
878
879 return 0;
880}
881
882static int core_generate_log_id(const conn_rec *c, const request_rec *r,
883 const char **idstring)

Callers

nothing calls this directly

Calls 1

log_table_entryFunction · 0.85

Tested by

no test coverage detected