Home
last modified time | relevance | path

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

/PHP-8.1/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.1/main/
H A Dmain.c813 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 DSAPI.h240 void (*log_message)(const char *message, int syslog_type_int);
H A Dphp.h309 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int);
/PHP-8.1/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.1/sapi/cli/
H A Dphp_cli.c362 static void sapi_cli_log_message(const char *message, int syslog_type_int) /* {{{ */ in sapi_cli_log_message() argument
H A Dphp_cli_server.c748 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 Dlsapi_main.c503 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 Dfpm_main.c610 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 Dphpdbg.c736 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 Dcgi_main.c753 static void sapi_cgi_log_message(const char *message, int syslog_type_int) in sapi_cgi_log_message() argument

Completed in 74 milliseconds