variables_keys    156 http/ngx_http_core_module.h     ngx_hash_keys_arrays_t    *variables_keys;
variables_keys    278 http/ngx_http_variables.c     key = cmcf->variables_keys->keys.elts;
variables_keys    279 http/ngx_http_variables.c     for (i = 0; i < cmcf->variables_keys->keys.nelts; i++) {
variables_keys    316 http/ngx_http_variables.c     rc = ngx_hash_add_key(cmcf->variables_keys, &v->name, v, 0);
variables_keys   1871 http/ngx_http_variables.c     cmcf->variables_keys = ngx_pcalloc(cf->temp_pool,
variables_keys   1873 http/ngx_http_variables.c     if (cmcf->variables_keys == NULL) {
variables_keys   1877 http/ngx_http_variables.c     cmcf->variables_keys->pool = cf->pool;
variables_keys   1878 http/ngx_http_variables.c     cmcf->variables_keys->temp_pool = cf->pool;
variables_keys   1880 http/ngx_http_variables.c     if (ngx_hash_keys_array_init(cmcf->variables_keys, NGX_HASH_SMALL)
variables_keys   1887 http/ngx_http_variables.c         rc = ngx_hash_add_key(cmcf->variables_keys, &v->name, v,
variables_keys   1920 http/ngx_http_variables.c     key = cmcf->variables_keys->keys.elts;
variables_keys   1924 http/ngx_http_variables.c         for (n = 0; n < cmcf->variables_keys->keys.nelts; n++) {
variables_keys   1992 http/ngx_http_variables.c     for (n = 0; n < cmcf->variables_keys->keys.nelts; n++) {
variables_keys   2009 http/ngx_http_variables.c     if (ngx_hash_init(&hash, cmcf->variables_keys->keys.elts,
variables_keys   2010 http/ngx_http_variables.c                       cmcf->variables_keys->keys.nelts)
variables_keys   2016 http/ngx_http_variables.c     cmcf->variables_keys = NULL;