Home
last modified time | relevance | path

Searched refs:src2dst (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.c41 u_char *src2dst; member
1226 if (table->src2dst == NULL) { in ngx_http_charset_map_block()
1244 p = &table->src2dst[i * NGX_UTF_LEN]; in ngx_http_charset_map_block()
1251 p = &table->src2dst[i * NGX_UTF_LEN]; in ngx_http_charset_map_block()
1257 table->src2dst = ngx_palloc(cf->pool, 256); in ngx_http_charset_map_block()
1258 if (table->src2dst == NULL) { in ngx_http_charset_map_block()
1268 table->src2dst[i] = (u_char) i; in ngx_http_charset_map_block()
1273 table->src2dst[i] = '?'; in ngx_http_charset_map_block()
1335 p = &table->src2dst[src * NGX_UTF_LEN]; in ngx_http_charset_map()
1388 table->src2dst[src] = (u_char) dst; in ngx_http_charset_map()
[all …]