Home
last modified time | relevance | path

Searched refs:ngx_log_debug_core (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_log.h121 void ngx_cdecl ngx_log_debug_core(ngx_log_t *log, ngx_err_t err,
172 ngx_log_debug_core(log, err, fmt)
176 ngx_log_debug_core(log, err, fmt, arg1)
180 ngx_log_debug_core(log, err, fmt, arg1, arg2)
184 ngx_log_debug_core(log, err, fmt, arg1, arg2, arg3)
188 ngx_log_debug_core(log, err, fmt, arg1, arg2, arg3, arg4)
192 ngx_log_debug_core(log, err, fmt, arg1, arg2, arg3, arg4, arg5)
197 ngx_log_debug_core(log, err, fmt, arg1, arg2, arg3, arg4, arg5, arg6)
202 ngx_log_debug_core(log, err, fmt, \
208 ngx_log_debug_core(log, err, fmt, \
H A Dngx_log.c230 ngx_log_debug_core(ngx_log_t *log, ngx_err_t err, const char *fmt, ...) in ngx_log_debug_core() function