Home
last modified time | relevance | path

Searched refs:to_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.c77 unsigned to_utf8:1; member
531 ctx->to_utf8 = charsets[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()
583 if (ctx->to_utf8) { in ngx_http_charset_body_filter()