Home
last modified time | relevance | path

Searched refs:dst2src (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.c42 u_char *dst2src; member
1231 if (table->dst2src == NULL) { in ngx_http_charset_map_block()
1236 if (dst2src == NULL) { in ngx_http_charset_map_block()
1241 pp[0] = dst2src; in ngx_http_charset_map_block()
1247 dst2src[i] = (u_char) i; in ngx_http_charset_map_block()
1263 if (table->dst2src == NULL) { in ngx_http_charset_map_block()
1274 table->dst2src[i] = '?'; in ngx_http_charset_map_block()
1367 dst2src = pp[n >> 8]; in ngx_http_charset_map()
1369 if (dst2src == NULL) { in ngx_http_charset_map()
1371 if (dst2src == NULL) { in ngx_http_charset_map()
[all …]