logs               58 http/modules/ngx_http_log_module.c     ngx_array_t                *logs;       /* array of ngx_http_log_t */
logs              236 http/modules/ngx_http_log_module.c     log = lcf->logs->elts;
logs              237 http/modules/ngx_http_log_module.c     for (l = 0; l < lcf->logs->nelts; l++) {
logs              810 http/modules/ngx_http_log_module.c     if (conf->logs || conf->off) {
logs              814 http/modules/ngx_http_log_module.c     conf->logs = prev->logs;
logs              817 http/modules/ngx_http_log_module.c     if (conf->logs || conf->off) {
logs              821 http/modules/ngx_http_log_module.c     conf->logs = ngx_array_create(cf->pool, 2, sizeof(ngx_http_log_t));
logs              822 http/modules/ngx_http_log_module.c     if (conf->logs == NULL) {
logs              826 http/modules/ngx_http_log_module.c     log = ngx_array_push(conf->logs);
logs              877 http/modules/ngx_http_log_module.c     if (llcf->logs == NULL) {
logs              878 http/modules/ngx_http_log_module.c         llcf->logs = ngx_array_create(cf->pool, 2, sizeof(ngx_http_log_t));
logs              879 http/modules/ngx_http_log_module.c         if (llcf->logs == NULL) {
logs              886 http/modules/ngx_http_log_module.c     log = ngx_array_push(llcf->logs);