Home
last modified time | relevance | path

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

/PHP-5.4/win32/
H A Dsyslog.h28 #define LOG_CRIT 1 macro
/PHP-5.4/ext/standard/
H A Dsyslog.c46 …REGISTER_LONG_CONSTANT("LOG_CRIT", LOG_CRIT, CONST_CS | CONST_PERSISTENT); /* critical conditions … in PHP_MINIT_FUNCTION()
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch1566 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" );
2212 syslog( LOG_CRIT, "tmr_create(linger_clear_connection) failed" );

Completed in 8 milliseconds