params             19 http/modules/ngx_http_fastcgi_module.c     ngx_array_t                   *params;
params            856 http/modules/ngx_http_fastcgi_module.c         e.ip = flcf->params->elts;
params           2287 http/modules/ngx_http_fastcgi_module.c         conf->params = prev->params;
params           2322 http/modules/ngx_http_fastcgi_module.c     conf->params = ngx_array_create(cf->pool, 512, 1);
params           2323 http/modules/ngx_http_fastcgi_module.c     if (conf->params == NULL) {
params           2399 http/modules/ngx_http_fastcgi_module.c         copy = ngx_array_push_n(conf->params, size);
params           2417 http/modules/ngx_http_fastcgi_module.c         sc.values = &conf->params;
params           2431 http/modules/ngx_http_fastcgi_module.c         code = ngx_array_push_n(conf->params, sizeof(uintptr_t));
params             18 http/modules/ngx_http_scgi_module.c     ngx_array_t               *params;
params            644 http/modules/ngx_http_scgi_module.c         e.ip = scf->params->elts;
params           1294 http/modules/ngx_http_scgi_module.c         conf->params = prev->params;
params           1329 http/modules/ngx_http_scgi_module.c     conf->params = ngx_array_create(cf->pool, 512, 1);
params           1330 http/modules/ngx_http_scgi_module.c     if (conf->params == NULL) {
params           1406 http/modules/ngx_http_scgi_module.c         copy = ngx_array_push_n(conf->params, size);
params           1424 http/modules/ngx_http_scgi_module.c         sc.values = &conf->params;
params           1438 http/modules/ngx_http_scgi_module.c         code = ngx_array_push_n(conf->params, sizeof(uintptr_t));
params           1453 http/modules/ngx_http_scgi_module.c     code = ngx_array_push_n(conf->params, sizeof(uintptr_t));
params             83 http/modules/ngx_http_ssi_filter_module.c     ngx_http_ssi_ctx_t *ctx, ngx_str_t **params);
params             89 http/modules/ngx_http_ssi_filter_module.c     ngx_http_ssi_ctx_t *ctx, ngx_str_t **params);
params             91 http/modules/ngx_http_ssi_filter_module.c     ngx_http_ssi_ctx_t *ctx, ngx_str_t **params);
params             93 http/modules/ngx_http_ssi_filter_module.c     ngx_http_ssi_ctx_t *ctx, ngx_str_t **params);
params             95 http/modules/ngx_http_ssi_filter_module.c     ngx_http_ssi_ctx_t *ctx, ngx_str_t **params);
params             97 http/modules/ngx_http_ssi_filter_module.c     ngx_http_ssi_ctx_t *ctx, ngx_str_t **params);
params             99 http/modules/ngx_http_ssi_filter_module.c     ngx_http_ssi_ctx_t *ctx, ngx_str_t **params);
params            101 http/modules/ngx_http_ssi_filter_module.c     ngx_http_ssi_ctx_t *ctx, ngx_str_t **params);
params            103 http/modules/ngx_http_ssi_filter_module.c     ngx_http_ssi_ctx_t *ctx, ngx_str_t **params);
params            346 http/modules/ngx_http_ssi_filter_module.c     ctx->params.elts = ctx->params_array;
params            347 http/modules/ngx_http_ssi_filter_module.c     ctx->params.size = sizeof(ngx_table_elt_t);
params            348 http/modules/ngx_http_ssi_filter_module.c     ctx->params.nalloc = NGX_HTTP_SSI_PARAMS_N;
params            349 http/modules/ngx_http_ssi_filter_module.c     ctx->params.pool = r->pool;
params            382 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t                 *params[NGX_HTTP_SSI_MAX_PARAMS + 1];
params            645 http/modules/ngx_http_ssi_filter_module.c                         param = ctx->params.elts;
params            646 http/modules/ngx_http_ssi_filter_module.c                         for (i = 0; i < ctx->params.nelts; i++) {
params            674 http/modules/ngx_http_ssi_filter_module.c                         for (i = 0; i < ctx->params.nelts; i++) {
params            712 http/modules/ngx_http_ssi_filter_module.c                 if (ctx->params.nelts > NGX_HTTP_SSI_MAX_PARAMS) {
params            719 http/modules/ngx_http_ssi_filter_module.c                 ngx_memzero(params,
params            722 http/modules/ngx_http_ssi_filter_module.c                 param = ctx->params.elts;
params            724 http/modules/ngx_http_ssi_filter_module.c                 for (i = 0; i < ctx->params.nelts; i++) {
params            726 http/modules/ngx_http_ssi_filter_module.c                     for (prm = cmd->params; prm->name.len; prm++) {
params            736 http/modules/ngx_http_ssi_filter_module.c                             if (params[prm->index]) {
params            746 http/modules/ngx_http_ssi_filter_module.c                             params[prm->index] = &param[i].value;
params            751 http/modules/ngx_http_ssi_filter_module.c                         for (index = prm->index; params[index]; index++) {
params            755 http/modules/ngx_http_ssi_filter_module.c                         params[index] = &param[i].value;
params            770 http/modules/ngx_http_ssi_filter_module.c                 for (prm = cmd->params; prm->name.len; prm++) {
params            771 http/modules/ngx_http_ssi_filter_module.c                     if (prm->mandatory && params[prm->index] == 0) {
params            791 http/modules/ngx_http_ssi_filter_module.c                 rc = cmd->handler(r, ctx, params);
params           1136 http/modules/ngx_http_ssi_filter_module.c                 ctx->params.nelts = 0;
params           1186 http/modules/ngx_http_ssi_filter_module.c                 ctx->param = ngx_array_push(&ctx->params);
params           1824 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t **params)
params           1839 http/modules/ngx_http_ssi_filter_module.c     uri = params[NGX_HTTP_SSI_INCLUDE_VIRTUAL];
params           1840 http/modules/ngx_http_ssi_filter_module.c     file = params[NGX_HTTP_SSI_INCLUDE_FILE];
params           1841 http/modules/ngx_http_ssi_filter_module.c     wait = params[NGX_HTTP_SSI_INCLUDE_WAIT];
params           1842 http/modules/ngx_http_ssi_filter_module.c     set = params[NGX_HTTP_SSI_INCLUDE_SET];
params           1843 http/modules/ngx_http_ssi_filter_module.c     stub = params[NGX_HTTP_SSI_INCLUDE_STUB];
params           2096 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t **params)
params           2106 http/modules/ngx_http_ssi_filter_module.c     var = params[NGX_HTTP_SSI_ECHO_VAR];
params           2130 http/modules/ngx_http_ssi_filter_module.c         value = params[NGX_HTTP_SSI_ECHO_DEFAULT];
params           2145 http/modules/ngx_http_ssi_filter_module.c     enc = params[NGX_HTTP_SSI_ECHO_ENCODING];
params           2232 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t **params)
params           2236 http/modules/ngx_http_ssi_filter_module.c     value = params[NGX_HTTP_SSI_CONFIG_TIMEFMT];
params           2248 http/modules/ngx_http_ssi_filter_module.c     value = params[NGX_HTTP_SSI_CONFIG_ERRMSG];
params           2260 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t **params)
params           2277 http/modules/ngx_http_ssi_filter_module.c     name = params[NGX_HTTP_SSI_SET_VAR];
params           2278 http/modules/ngx_http_ssi_filter_module.c     value = params[NGX_HTTP_SSI_SET_VALUE];
params           2316 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t **params)
params           2336 http/modules/ngx_http_ssi_filter_module.c     expr = params[NGX_HTTP_SSI_IF_EXPR];
params           2512 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t **params)
params           2531 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t **params)
params           2546 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t **params)
params           2569 http/modules/ngx_http_ssi_filter_module.c     bl->name = *params[NGX_HTTP_SSI_BLOCK_NAME];
params           2582 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t **params)
params             47 http/modules/ngx_http_ssi_filter_module.h     ngx_array_t               params;
params             96 http/modules/ngx_http_ssi_filter_module.h     ngx_http_ssi_param_t     *params;
params             19 http/modules/ngx_http_uwsgi_module.c     ngx_array_t               *params;
params            680 http/modules/ngx_http_uwsgi_module.c         e.ip = uwcf->params->elts;
params           1352 http/modules/ngx_http_uwsgi_module.c         conf->params = prev->params;
params           1387 http/modules/ngx_http_uwsgi_module.c     conf->params = ngx_array_create(cf->pool, 512, 1);
params           1388 http/modules/ngx_http_uwsgi_module.c     if (conf->params == NULL) {
params           1464 http/modules/ngx_http_uwsgi_module.c         copy = ngx_array_push_n(conf->params, size);
params           1482 http/modules/ngx_http_uwsgi_module.c         sc.values = &conf->params;
params           1496 http/modules/ngx_http_uwsgi_module.c         code = ngx_array_push_n(conf->params, sizeof(uintptr_t));
params             42 http/modules/ngx_http_xslt_filter_module.c     ngx_array_t          params;       /* ngx_http_complex_value_t */
params             58 http/modules/ngx_http_xslt_filter_module.c     ngx_array_t          params;
params             78 http/modules/ngx_http_xslt_filter_module.c     ngx_http_xslt_filter_ctx_t *ctx, ngx_array_t *params);
params            462 http/modules/ngx_http_xslt_filter_module.c     if (ngx_array_init(&ctx->params, r->pool, 4 * 2 + 1, sizeof(char *))
params            471 http/modules/ngx_http_xslt_filter_module.c         if (ngx_http_xslt_params(r, ctx, &sheet[i].params) != NGX_OK) {
params            476 http/modules/ngx_http_xslt_filter_module.c         res = xsltApplyStylesheet(sheet[i].stylesheet, doc, ctx->params.elts);
params            489 http/modules/ngx_http_xslt_filter_module.c         ctx->params.nelts = 0;
params            567 http/modules/ngx_http_xslt_filter_module.c     ngx_array_t *params)
params            575 http/modules/ngx_http_xslt_filter_module.c     param = params->elts;
params            577 http/modules/ngx_http_xslt_filter_module.c     for (i = 0; i < params->nelts; i++) {
params            603 http/modules/ngx_http_xslt_filter_module.c             s = ngx_array_push(&ctx->params);
params            634 http/modules/ngx_http_xslt_filter_module.c             s = ngx_array_push(&ctx->params);
params            643 http/modules/ngx_http_xslt_filter_module.c     s = ngx_array_push(&ctx->params);
params            838 http/modules/ngx_http_xslt_filter_module.c     if (ngx_array_init(&sheet->params, cf->pool, n - 2,
params            847 http/modules/ngx_http_xslt_filter_module.c         param = ngx_array_push(&sheet->params);
params             35 http/modules/perl/ngx_http_perl_module.c     ngx_http_ssi_ctx_t *ssi_ctx, ngx_str_t **params);
params            355 http/modules/perl/ngx_http_perl_module.c     ngx_str_t **params)
params            382 http/modules/perl/ngx_http_perl_module.c     handler = params[NGX_HTTP_PERL_SSI_SUB];
params            410 http/modules/perl/ngx_http_perl_module.c     args = &params[NGX_HTTP_PERL_SSI_ARG];