Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/tests/network/
H A Ddefine_syslog_variables_variation2-win32.phpt23 LOG_CRIT,
52 "LOG_CRIT",
H A Ddefine_syslog_variables_variation2.phpt23 LOG_CRIT,
52 "LOG_CRIT",
H A Ddefine_syslog_variables_variation.phpt18 LOG_CRIT,
47 "LOG_CRIT",
H A Ddefine_syslog_variables_basic-win32.phpt21 LOG_CRIT,
50 "LOG_CRIT",
H A Ddefine_syslog_variables_basic.phpt21 LOG_CRIT,
60 "LOG_CRIT",
/PHP-5.3/win32/
H A Dsyslog.h28 #define LOG_CRIT 1 macro
/PHP-5.3/ext/standard/tests/misc/
H A Dsyslog_vars_variation2.phpt10 'LOG_CRIT',
/PHP-5.3/ext/standard/
H A Dsyslog.c48 …REGISTER_LONG_CONSTANT("LOG_CRIT", LOG_CRIT, CONST_CS | CONST_PERSISTENT); /* critical conditions … in PHP_MINIT_FUNCTION()
142 SET_VAR_LONG("LOG_CRIT", LOG_CRIT); /* critical conditions */ in start_syslog()
/PHP-5.3/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 12 milliseconds