Home
last modified time | relevance | path

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

/php-src/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-src/main/
H A Dmain.c858 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int) in php_log_err_with_severity() argument
875 php_syslog(syslog_type_int, "%s", log_message); in php_log_err_with_severity()
923 sapi_module.log_message(log_message, syslog_type_int); in php_log_err_with_severity()
1342 int syslog_type_int = LOG_NOTICE; in php_error_cb() local
1350 syslog_type_int = LOG_ERR; in php_error_cb()
1354 syslog_type_int = LOG_ERR; in php_error_cb()
1361 syslog_type_int = LOG_WARNING; in php_error_cb()
1365 syslog_type_int = LOG_ERR; in php_error_cb()
1370 syslog_type_int = LOG_NOTICE; in php_error_cb()
1375 syslog_type_int = LOG_INFO; in php_error_cb()
[all …]
H A DSAPI.h262 void (*log_message)(const char *message, int syslog_type_int);
H A Dphp.h297 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int);
/php-src/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-src/sapi/cli/
H A Dphp_cli.c350 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-src/sapi/litespeed/
H A Dlsapi_main.c502 static void sapi_lsapi_log_message(const char *message, int syslog_type_int) in sapi_lsapi_log_message() argument
/php-src/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-src/sapi/phpdbg/
H A Dphpdbg.c739 static void php_sapi_phpdbg_log_message(const char *message, int syslog_type_int) /* {{{ */ in php_sapi_phpdbg_log_message() argument
/php-src/sapi/cgi/
H A Dcgi_main.c757 static void sapi_cgi_log_message(const char *message, int syslog_type_int) in sapi_cgi_log_message() argument

Completed in 53 milliseconds