Searched refs:openlog (Results 1 – 6 of 6) sorted by relevance
/PHP-7.4/ext/standard/ |
H A D | php_ext_syslog.h | 33 PHP_FUNCTION(openlog);
|
H A D | syslog.c | 128 openlog(ident, option, facility); in php_openlog() 139 PHP_FUNCTION(openlog) in PHP_FUNCTION() argument
|
H A D | basic_functions.c | 3298 PHP_FE(openlog, arginfo_openlog)
|
/PHP-7.4/ext/standard/tests/misc/ |
H A D | syslog_basic.phpt | 5 openlog('phpt', LOG_NDELAY | LOG_PID, LOG_USER);
|
/PHP-7.4/win32/ |
H A D | wsyslog.c | 100 openlog("php", LOG_PID, LOG_SYSLOG); in vsyslog() 146 void openlog(const char *ident, int logopt, int facility) in openlog() function
|
H A D | syslog.h | 72 extern void openlog(const char *, int, int);
|
Completed in 27 milliseconds