Home
last modified time | relevance | path

Searched refs:charsets (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.c292 charsets = mcf->charsets.elts; in ngx_http_charset_header_filter()
366 charsets = mcf->charsets.elts; in ngx_http_destination_charset()
367 *name = charsets[charset].name; in ngx_http_destination_charset()
446 charsets = mcf->charsets.elts; in ngx_http_source_charset()
473 charset = mcf->charsets.elts; in ngx_http_get_charset()
474 n = mcf->charsets.nelts; in ngx_http_get_charset()
1278 charset = mcf->charsets.elts; in ngx_http_charset_map_block()
1454 c = charsets->elts; in ngx_http_add_charset()
1465 if (i < charsets->nelts) { in ngx_http_add_charset()
1469 c = ngx_array_push(charsets); in ngx_http_add_charset()
[all …]