Searched refs:vzlog (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/sapi/fpm/fpm/ |
H A D | zlog.h | 21 void vzlog(const char *function, int line, int flags, const char *fmt, va_list args);
|
H A D | zlog.c | 101 void vzlog(const char *function, int line, int flags, const char *fmt, va_list args) /* {{{ */ in vzlog() function 201 vzlog(function, line, flags, fmt, args); in zlog_ex()
|
H A D | fpm_main.c | 469 vzlog("", 0, type, fmt, args); in fpm_fcgi_log()
|
Completed in 15 milliseconds