Home
last modified time | relevance | path

Searched refs:NGX_HTTP_NO_CHARSET (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.c14 #define NGX_HTTP_NO_CHARSET -3 macro
261 if (charset == NGX_HTTP_NO_CHARSET in ngx_http_charset_header_filter()
262 || source_charset == NGX_HTTP_NO_CHARSET) in ngx_http_charset_header_filter()
336 if (charset != NGX_HTTP_NO_CHARSET) { in ngx_http_destination_charset()
486 return NGX_HTTP_NO_CHARSET; in ngx_http_get_charset()