Home
last modified time | relevance | path

Searched refs:from_utf8 (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.c76 unsigned from_utf8:1; member
530 ctx->from_utf8 = charsets[source_charset].utf8; in ngx_http_charset_ctx()
535 if ((ctx->to_utf8 || ctx->from_utf8) && r == r->main) { in ngx_http_charset_ctx()
560 if ((ctx->to_utf8 || ctx->from_utf8) || ctx->busy) { in ngx_http_charset_body_filter()