Searched refs:php_openlog (Results 1 – 4 of 4) sorted by relevance
/PHP-7.4/main/ |
H A D | php_syslog.h | 41 PHPAPI void php_openlog(const char *, int, int);
|
H A D | php_syslog.c | 48 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 D | syslog.c | 126 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 D | fpm_stdio.c | 322 …php_openlog(fpm_global_config.syslog_ident, LOG_PID | LOG_CONS, fpm_global_config.syslog_facility);
|
Completed in 13 milliseconds