Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_charset_filter_module.c49 ngx_array_t recodes; /* ngx_http_charset_recode_t */ member
1512 if (ngx_array_init(&mcf->recodes, cf->pool, 2, in ngx_http_charset_create_main_conf()
1586 recode = mcf->recodes.elts; in ngx_http_charset_merge_loc_conf()
1587 for (i = 0; i < mcf->recodes.nelts; i++) { in ngx_http_charset_merge_loc_conf()
1595 recode = ngx_array_push(&mcf->recodes); in ngx_http_charset_merge_loc_conf()
1621 recode = mcf->recodes.elts; in ngx_http_charset_postconfiguration()
1625 for (i = 0; i < mcf->recodes.nelts; i++) { in ngx_http_charset_postconfiguration()