Searched refs:ngx_http_log_compile_format (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_log_module.c | 158 static char *ngx_http_log_compile_format(ngx_conf_t *cf, 1576 return ngx_http_log_compile_format(cf, fmt->flushes, fmt->ops, cf->args, 2); in ngx_http_log_set_format() 1581 ngx_http_log_compile_format(ngx_conf_t *cf, ngx_array_t *flushes, in ngx_http_log_compile_format() function 1892 if (ngx_http_log_compile_format(cf, NULL, fmt->ops, &a, 0) in ngx_http_log_init()
|