Searched refs:zlog_ex (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/sapi/fpm/fpm/ |
H A D | zlog.h | 9 #define zlog(flags,...) zlog_ex(__func__, __LINE__, flags, __VA_ARGS__) 30 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...)
|
H A D | zlog.c | 256 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...) /* {{{ */ in zlog_ex() function
|
Completed in 11 milliseconds