Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_accesslog.c131 int log_access_fd; member
422 } else if (s->log_access_fd != -1) { in FREE_FUNC()
427 if (s->log_access_fd != -1) close(s->log_access_fd); in FREE_FUNC()
480 s->log_access_fd = -1; in SETDEFAULTS_FUNC()
600 } else if (s->log_access_fd != -1) { in SIGHUP_FUNC()
611 close(s->log_access_fd); in SIGHUP_FUNC()
613 if (-1 == (s->log_access_fd = in SIGHUP_FUNC()
621 fcntl(s->log_access_fd, F_SETFD, FD_CLOEXEC); in SIGHUP_FUNC()
637 PATCH(log_access_fd); in mod_accesslog_patch_connection()
660 PATCH(log_access_fd); in mod_accesslog_patch_connection()
[all …]