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

Function log_note

server/log.c:863–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861}
862
863static int log_note(const ap_errorlog_info *info, const char *arg,
864 char *buf, int buflen)
865{
866 /* XXX: maybe escaping the entry is not necessary for notes? */
867 if (info->r)
868 return log_table_entry(info->r->notes, arg, buf, buflen);
869
870 return 0;
871}
872
873static int log_env_var(const ap_errorlog_info *info, const char *arg,
874 char *buf, int buflen)

Callers

nothing calls this directly

Calls 1

log_table_entryFunction · 0.85

Tested by

no test coverage detected