Searched refs:openlog (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/standard/tests/misc/ |
H A D | syslog_basic.phpt | 5 openlog('phpt', LOG_NDELAY | LOG_PID, LOG_USER);
|
/php-src/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 | 70 extern void openlog(const char *, int, int);
|
/php-src/ext/standard/tests/network/ |
H A D | syslog_null_byte.phpt | 13 openlog('PHPT', LOG_PERROR, LOG_USER);
|
H A D | syslog_new_line.phpt | 13 openlog('PHPT', LOG_PERROR, LOG_USER);
|
/php-src/ext/standard/ |
H A D | syslog.c | 59 PHP_FUNCTION(openlog) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 2219 function openlog(string $prefix, int $flags, int $facility): true {}
|
H A D | basic_functions_arginfo.h | 2491 ZEND_FUNCTION(openlog); 3089 ZEND_FE(openlog, arginfo_openlog)
|
/php-src/main/ |
H A D | php_syslog.c | 76 openlog(ident, option, facility); in php_openlog()
|
Completed in 32 milliseconds