Home
last modified time | relevance | path

Searched refs:use_syslog (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_accesslog.c128 unsigned short use_syslog; member
416 if (s->use_syslog) { in FREE_FUNC()
486 cv[1].destination = &(s->use_syslog); in SETDEFAULTS_FUNC()
568 if (s->use_syslog) { in SETDEFAULTS_FUNC()
593 if (s->use_syslog) { in SIGHUP_FUNC()
607 if (s->use_syslog == 0 && in SIGHUP_FUNC()
644 PATCH(use_syslog); in mod_accesslog_patch_connection()
670 PATCH(use_syslog); in mod_accesslog_patch_connection()
691 if (!p->conf.use_syslog && p->conf.log_access_fd == -1) return HANDLER_GO_ON; in REQUESTDONE_FUNC()
906 if (p->conf.use_syslog || /* syslog doesn't cache */ in REQUESTDONE_FUNC()
[all …]