Home
last modified time | relevance | path

Searched refs:php_openlog (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/main/
H A Dphp_syslog.h41 PHPAPI void php_openlog(const char *, int, int);
H A Dphp_syslog.c48 php_openlog(PG(syslog_ident), 0, PG(syslog_facility)); in php_syslog()
71 php_openlog(PG(syslog_ident), 0, PG(syslog_facility)); in php_syslog()
/PHP-7.4/ext/standard/
H A Dsyslog.c126 void php_openlog(const char *ident, int option, int facility) in php_openlog() function
158 php_openlog(BG(syslog_device), option, facility); in PHP_FUNCTION()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_stdio.c322php_openlog(fpm_global_config.syslog_ident, LOG_PID | LOG_CONS, fpm_global_config.syslog_facility);

Completed in 9 milliseconds