Searched refs:source_charset (Results 1 – 4 of 4) sorted by relevance
55 ngx_int_t source_charset; member243 if (source_charset == NGX_ERROR) { in ngx_http_charset_header_filter()255 if (source_charset == NGX_HTTP_CHARSET_OFF) { in ngx_http_charset_header_filter()262 || source_charset == NGX_HTTP_NO_CHARSET) in ngx_http_charset_header_filter()264 if (source_charset != charset in ngx_http_charset_header_filter()275 if (source_charset == charset) { in ngx_http_charset_header_filter()294 if (charsets[source_charset].tables == NULL in ngx_http_charset_header_filter()437 charset = lcf->source_charset; in ngx_http_source_charset()1541 lcf->source_charset = NGX_CONF_UNSET; in ngx_http_charset_create_loc_conf()1568 ngx_conf_merge_value(conf->source_charset, prev->source_charset, in ngx_http_charset_merge_loc_conf()[all …]
5536 source_charset на старте или во время переконфигурации происходил6399 *) Добавление: директивы charset и source_charset поддерживают7677 source_charset задаёт только исходную кодировку.
5423 "source_charset" directives.6275 *) Feature: the "charset" and "source_charset" directives support the7542 charset; the "source_charset" directive sets the source charset only.
576 syn keyword ngxDirective contained source_charset