Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_syslog.c74 void php_openlog(const char *ident, int option, int facility) in php_openlog() function
97 php_openlog(PG(syslog_ident), 0, PG(syslog_facility)); in php_syslog()
117 php_openlog(PG(syslog_ident), 0, PG(syslog_facility)); in php_syslog()
H A Dphp_syslog.h40 PHPAPI void php_openlog(const char *, int, int);
/php-src/ext/standard/
H A Dsyslog.c75 php_openlog(BG(syslog_device), option, facility); in PHP_FUNCTION()
/php-src/sapi/fpm/fpm/
H A Dfpm_stdio.c374php_openlog(fpm_global_config.syslog_ident, LOG_PID | LOG_CONS, fpm_global_config.syslog_facility);

Completed in 17 milliseconds