Home
last modified time | relevance | path

Searched refs:NGX_HTTP_CHARSET_VAR (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.c15 #define NGX_HTTP_CHARSET_VAR 0x10000 macro
364 if (charset < NGX_HTTP_CHARSET_VAR) { in ngx_http_destination_charset()
371 vv = ngx_http_get_indexed_variable(r, charset - NGX_HTTP_CHARSET_VAR); in ngx_http_destination_charset()
444 if (charset < NGX_HTTP_CHARSET_VAR) { in ngx_http_source_charset()
451 vv = ngx_http_get_indexed_variable(r, charset - NGX_HTTP_CHARSET_VAR); in ngx_http_source_charset()
1431 *cp += NGX_HTTP_CHARSET_VAR; in ngx_http_set_charset_slot()
1578 if (conf->source_charset >= NGX_HTTP_CHARSET_VAR in ngx_http_charset_merge_loc_conf()
1579 || conf->charset >= NGX_HTTP_CHARSET_VAR) in ngx_http_charset_merge_loc_conf()