Home
last modified time | relevance | path

Searched refs:ngx_http_charset_recode (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.c99 static ngx_uint_t ngx_http_charset_recode(ngx_buf_t *b, u_char *table);
644 (void) ngx_http_charset_recode(cl->buf, ctx->table); in ngx_http_charset_body_filter()
652 ngx_http_charset_recode(ngx_buf_t *b, u_char *table) in ngx_http_charset_recode() function