Home
last modified time | relevance | path

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

/PHP-8.3/sapi/embed/
H A Dphp_embed.c109 static void php_embed_log_message(const char *message, int syslog_type_int) in php_embed_log_message() argument
/PHP-8.3/main/
H A Dmain.c828 php_syslog(syslog_type_int, "%s", log_message); in php_log_err_with_severity()
876 sapi_module.log_message(log_message, syslog_type_int); in php_log_err_with_severity()
1294 int syslog_type_int = LOG_NOTICE; in php_error_cb() local
1302 syslog_type_int = LOG_ERR; in php_error_cb()
1306 syslog_type_int = LOG_ERR; in php_error_cb()
1313 syslog_type_int = LOG_WARNING; in php_error_cb()
1317 syslog_type_int = LOG_ERR; in php_error_cb()
1322 syslog_type_int = LOG_NOTICE; in php_error_cb()
1326 syslog_type_int = LOG_INFO; in php_error_cb()
1331 syslog_type_int = LOG_INFO; in php_error_cb()
[all …]
H A DSAPI.h240 void (*log_message)(const char *message, int syslog_type_int);
H A Dphp.h311 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int);
/PHP-8.3/sapi/apache2handler/
H A Dsapi_apache2.c313 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.3/sapi/cli/
H A Dphp_cli.c363 static void sapi_cli_log_message(const char *message, int syslog_type_int) /* {{{ */ in sapi_cli_log_message() argument
H A Dphp_cli_server.c797 static void sapi_cli_server_log_message(const char *msg, int syslog_type_int) /* {{{ */ in sapi_cli_server_log_message() argument
/PHP-8.3/sapi/litespeed/
H A Dlsapi_main.c503 static void sapi_lsapi_log_message(const char *message, int syslog_type_int) in sapi_lsapi_log_message() argument
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_main.c630 static void sapi_cgi_log_message(const char *message, int syslog_type_int) in sapi_cgi_log_message() argument
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c738 static void php_sapi_phpdbg_log_message(const char *message, int syslog_type_int) /* {{{ */ in php_sapi_phpdbg_log_message() argument
/PHP-8.3/sapi/cgi/
H A Dcgi_main.c754 static void sapi_cgi_log_message(const char *message, int syslog_type_int) in sapi_cgi_log_message() argument

Completed in 68 milliseconds