Searched refs:ngx_http_log_t (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 | 72 } ngx_http_log_t; typedef 98 static void ngx_http_log_write(ngx_http_request_t *r, ngx_http_log_t *log, 261 ngx_http_log_t *log; in ngx_http_log_handler() 406 ngx_http_log_write(ngx_http_request_t *r, ngx_http_log_t *log, u_char *buf, in ngx_http_log_write() 1183 ngx_http_log_t *log; in ngx_http_log_merge_loc_conf() 1209 conf->logs = ngx_array_create(cf->pool, 2, sizeof(ngx_http_log_t)); in ngx_http_log_merge_loc_conf() 1219 ngx_memzero(log, sizeof(ngx_http_log_t)); in ngx_http_log_merge_loc_conf() 1247 ngx_http_log_t *log; in ngx_http_log_set_log() 1269 llcf->logs = ngx_array_create(cf->pool, 2, sizeof(ngx_http_log_t)); in ngx_http_log_set_log() 1282 ngx_memzero(log, sizeof(ngx_http_log_t)); in ngx_http_log_set_log()
|