Lines Matching +refs:ll +refs:elts

292     charsets = mcf->charsets.elts;  in ngx_http_charset_header_filter()
366 charsets = mcf->charsets.elts; in ngx_http_destination_charset()
446 charsets = mcf->charsets.elts; in ngx_http_source_charset()
473 charset = mcf->charsets.elts; in ngx_http_get_charset()
551 ngx_chain_t *cl, *out, **ll; in ngx_http_charset_body_filter() local
563 ll = &out; in ngx_http_charset_body_filter()
570 *ll = ngx_alloc_chain_link(r->pool); in ngx_http_charset_body_filter()
571 if (*ll == NULL) { in ngx_http_charset_body_filter()
575 (*ll)->buf = b; in ngx_http_charset_body_filter()
576 (*ll)->next = NULL; in ngx_http_charset_body_filter()
578 ll = &(*ll)->next; in ngx_http_charset_body_filter()
584 *ll = ngx_http_charset_recode_to_utf8(r->pool, b, ctx); in ngx_http_charset_body_filter()
587 *ll = ngx_http_charset_recode_from_utf8(r->pool, b, ctx); in ngx_http_charset_body_filter()
590 if (*ll == NULL) { in ngx_http_charset_body_filter()
594 while (*ll) { in ngx_http_charset_body_filter()
595 ll = &(*ll)->next; in ngx_http_charset_body_filter()
693 ngx_chain_t *out, *cl, **ll; in ngx_http_charset_recode_from_utf8() local
875 ll = &cl->next; in ngx_http_charset_recode_from_utf8()
891 *ll = cl; in ngx_http_charset_recode_from_utf8()
892 ll = &cl->next; in ngx_http_charset_recode_from_utf8()
972 ngx_chain_t *out, *cl, **ll; in ngx_http_charset_recode_to_utf8() local
1046 ll = &cl->next; in ngx_http_charset_recode_to_utf8()
1067 *ll = cl; in ngx_http_charset_recode_to_utf8()
1068 ll = &cl->next; in ngx_http_charset_recode_to_utf8()
1131 ngx_chain_t *cl, **ll; in ngx_http_charset_get_buffer() local
1133 for (ll = &ctx->free_buffers, cl = ctx->free_buffers; in ngx_http_charset_get_buffer()
1135 ll = &cl->next, cl = cl->next) in ngx_http_charset_get_buffer()
1140 *ll = cl->next; in ngx_http_charset_get_buffer()
1185 value = cf->args->elts; in ngx_http_charset_map_block()
1204 table = mcf->tables.elts; in ngx_http_charset_map_block()
1278 charset = mcf->charsets.elts; in ngx_http_charset_map_block()
1322 value = cf->args->elts; in ngx_http_charset_map()
1411 value = cf->args->elts; in ngx_http_set_charset_slot()
1454 c = charsets->elts; in ngx_http_add_charset()
1586 recode = mcf->recodes.elts; in ngx_http_charset_merge_loc_conf()
1621 recode = mcf->recodes.elts; in ngx_http_charset_postconfiguration()
1622 tables = mcf->tables.elts; in ngx_http_charset_postconfiguration()
1623 charset = mcf->charsets.elts; in ngx_http_charset_postconfiguration()