Searched refs:syslog_type_int (Results 1 – 11 of 11) sorted by relevance
/PHP-8.1/sapi/embed/ |
H A D | php_embed.c | 109 static void php_embed_log_message(const char *message, int syslog_type_int) in php_embed_log_message() argument
|
/PHP-8.1/main/ |
H A D | main.c | 813 php_syslog(syslog_type_int, "%s", log_message); in php_log_err_with_severity() 854 sapi_module.log_message(log_message, syslog_type_int); in php_log_err_with_severity() 1271 int syslog_type_int = LOG_NOTICE; in php_error_cb() local 1279 syslog_type_int = LOG_ERR; in php_error_cb() 1283 syslog_type_int = LOG_ERR; in php_error_cb() 1290 syslog_type_int = LOG_WARNING; in php_error_cb() 1294 syslog_type_int = LOG_ERR; in php_error_cb() 1299 syslog_type_int = LOG_NOTICE; in php_error_cb() 1303 syslog_type_int = LOG_INFO; in php_error_cb() 1308 syslog_type_int = LOG_INFO; in php_error_cb() [all …]
|
H A D | SAPI.h | 240 void (*log_message)(const char *message, int syslog_type_int);
|
H A D | php.h | 309 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int);
|
/PHP-8.1/sapi/apache2handler/ |
H A D | sapi_apache2.c | 313 static void php_apache_sapi_log_message(const char *msg, int syslog_type_int) in php_apache_sapi_log_message() argument 320 switch (syslog_type_int) { in php_apache_sapi_log_message()
|
/PHP-8.1/sapi/cli/ |
H A D | php_cli.c | 362 static void sapi_cli_log_message(const char *message, int syslog_type_int) /* {{{ */ in sapi_cli_log_message() argument
|
H A D | php_cli_server.c | 748 static void sapi_cli_server_log_message(const char *msg, int syslog_type_int) /* {{{ */ in sapi_cli_server_log_message() argument
|
/PHP-8.1/sapi/litespeed/ |
H A D | lsapi_main.c | 503 static void sapi_lsapi_log_message(const char *message, int syslog_type_int) in sapi_lsapi_log_message() argument
|
/PHP-8.1/sapi/fpm/fpm/ |
H A D | fpm_main.c | 610 static void sapi_cgi_log_message(const char *message, int syslog_type_int) in sapi_cgi_log_message() argument
|
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg.c | 736 static void php_sapi_phpdbg_log_message(const char *message, int syslog_type_int) /* {{{ */ in php_sapi_phpdbg_log_message() argument
|
/PHP-8.1/sapi/cgi/ |
H A D | cgi_main.c | 753 static void sapi_cgi_log_message(const char *message, int syslog_type_int) in sapi_cgi_log_message() argument
|
Completed in 74 milliseconds