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 D | ngx_log.h | 121 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 D | ngx_log.c | 230 ngx_log_debug_core(ngx_log_t *log, ngx_err_t err, const char *fmt, ...) in ngx_log_debug_core() function
|