Lines Matching refs:syslog
27 -SRC = thttpd.c libhttpd.c fdwatch.c mmc.c timers.c match.c tdate_parse.c syslog.c
28 +SRC = thttpd.c libhttpd.c fdwatch.c mmc.c timers.c match.c tdate_parse.c syslog.c php_thttpd.c
211 syslog( LOG_INFO, "%.80s starting on port %d", SERVER_SOFTWARE, hs->port );
820 - ** being that if we're using syslog() we leave out the date, because
851 /* Logfile or syslog? */
897 - syslog( LOG_INFO,
1389 syslog( LOG_ERR, "mmc_unmap failed to find entry!" );
1391 syslog( LOG_ERR, "mmc_unmap found zero or negative refcount!" );
1566 syslog( LOG_CRIT, "tmr_create(occasional) failed" );
1571 + syslog(LOG_CRIT, "tmr_create(timeout_conns) failed");
1584 + syslog(LOG_CRIT, "tmr_create failed");
1599 syslog( LOG_CRIT, "setgroups - %m" );
1614 syslog( LOG_CRIT, "out of memory allocating a connecttab" );
1748 - syslog( LOG_CRIT, "tmr_create(idle_read_connection) failed" );
2012 - syslog( LOG_CRIT, "tmr_create(idle_send_connection) failed" );
2038 syslog( LOG_ERR, "write - %m sending %.80s", hc->encodedurl );
2212 syslog( LOG_CRIT, "tmr_create(linger_clear_connection) failed" );
2251 - syslog( LOG_INFO,
2269 - syslog( LOG_INFO,
2321 /* Generate debugging statistics syslog messages for all packages. */
2362 + syslog(LOG_INFO, "Expired %d/%d connections in read/write state", r, w);