values           2417 http/modules/ngx_http_fastcgi_module.c         sc.values = &conf->params;
values           2640 http/modules/ngx_http_fastcgi_module.c         sc.values = &flcf->fastcgi_values;
values           2756 http/modules/ngx_http_fastcgi_module.c     sc.values = &flcf->upstream.store_values;
values             15 http/modules/ngx_http_index_module.c     ngx_array_t             *values;
values            171 http/modules/ngx_http_index_module.c         if (index[i].values == NULL) {
values            180 http/modules/ngx_http_index_module.c             e.ip = index[i].values->elts;
values            406 http/modules/ngx_http_index_module.c         index->values = NULL;
values            480 http/modules/ngx_http_index_module.c         index->values = NULL;
values            504 http/modules/ngx_http_index_module.c         sc.values = &index->values;
values             44 http/modules/ngx_http_log_module.c     ngx_array_t                *values;
values            422 http/modules/ngx_http_log_module.c                             script->values->elts)
values            916 http/modules/ngx_http_log_module.c         sc.values = &log->script->values;
values             26 http/modules/ngx_http_proxy_module.c             void                  *values;
values           1593 http/modules/ngx_http_proxy_module.c     e.ip = pr->replacement.vars.values;
values           2060 http/modules/ngx_http_proxy_module.c         sc.values = &conf->body_set;
values           2272 http/modules/ngx_http_proxy_module.c             sc.values = &conf->headers_set;
values           2379 http/modules/ngx_http_proxy_module.c         sc.values = &plcf->proxy_values;
values           2575 http/modules/ngx_http_proxy_module.c     sc.values = &vars_values;
values           2586 http/modules/ngx_http_proxy_module.c     pr->replacement.vars.values = vars_values->elts;
values           2636 http/modules/ngx_http_proxy_module.c     sc.values = &plcf->upstream.store_values;
values            383 http/modules/ngx_http_rewrite_module.c     sc.values = &lcf->codes;
values            997 http/modules/ngx_http_rewrite_module.c     sc.values = &lcf->codes;
values           1424 http/modules/ngx_http_scgi_module.c         sc.values = &conf->params;
values           1510 http/modules/ngx_http_scgi_module.c         sc.values = &scf->scgi_values;
values           1582 http/modules/ngx_http_scgi_module.c     sc.values = &scf->upstream.store_values;
values           1579 http/modules/ngx_http_ssi_filter_module.c     ngx_array_t                 lengths, values;
values           1642 http/modules/ngx_http_ssi_filter_module.c     if (ngx_array_init(&values, r->pool, 8, sizeof(u_char *)) != NGX_OK) {
values           1767 http/modules/ngx_http_ssi_filter_module.c         value = ngx_array_push(&values);
values           1778 http/modules/ngx_http_ssi_filter_module.c     value = values.elts;
values           1781 http/modules/ngx_http_ssi_filter_module.c         for (i = 0; i < values.nelts; i++) {
values           1807 http/modules/ngx_http_ssi_filter_module.c     for (i = 0; i < values.nelts; i++) {
values           1482 http/modules/ngx_http_uwsgi_module.c         sc.values = &conf->params;
values           1561 http/modules/ngx_http_uwsgi_module.c         sc.values = &uwcf->uwsgi_values;
values           1634 http/modules/ngx_http_uwsgi_module.c     sc.values = &uwcf->upstream.store_values;
values           1205 http/ngx_http_core_module.c         if (tf->values == NULL) {
values           1214 http/ngx_http_core_module.c             e.ip = tf->values->elts;
values           3839 http/ngx_http_core_module.c         sc.values = &clcf->root_values;
values           4165 http/ngx_http_core_module.c             sc.values = &tf[i].values;
values            278 http/ngx_http_core_module.h     ngx_array_t               *values;
values             91 http/ngx_http_script.c     e.ip = val->values;
values            111 http/ngx_http_script.c     ngx_array_t                 flushes, lengths, values, *pf, *pl, *pv;
values            148 http/ngx_http_script.c     ccv->complex_value->values = NULL;
values            177 http/ngx_http_script.c     if (ngx_array_init(&values, ccv->cf->pool, n, 1) != NGX_OK) {
values            183 http/ngx_http_script.c     pv = &values;
values            191 http/ngx_http_script.c     sc.values = &pv;
values            208 http/ngx_http_script.c     ccv->complex_value->values = values.elts;
values            579 http/ngx_http_script.c     if (*sc->values == NULL) {
values            587 http/ngx_http_script.c         *sc->values = ngx_array_create(sc->cf->pool, n, 1);
values            588 http/ngx_http_script.c         if (*sc->values == NULL) {
values            631 http/ngx_http_script.c         code = ngx_http_script_add_code(*sc->values, sizeof(uintptr_t),
values            705 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->values, size, &sc->main);
values            791 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->values,
values            874 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->values, sizeof(uintptr_t), &sc->main);
values           1186 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->values,
values           1299 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->values,
values             44 http/ngx_http_script.h     ngx_array_t               **values;
values             69 http/ngx_http_script.h     void                       *values;