ngx_http_script_variables_count 2631 http/modules/ngx_http_fastcgi_module.c     n = ngx_http_script_variables_count(url);
ngx_http_script_variables_count 2757 http/modules/ngx_http_fastcgi_module.c     sc.variables = ngx_http_script_variables_count(&value[1]);
ngx_http_script_variables_count  482 http/modules/ngx_http_index_module.c         n = ngx_http_script_variables_count(&value[i]);
ngx_http_script_variables_count  893 http/modules/ngx_http_log_module.c     n = ngx_http_script_variables_count(&value[1]);
ngx_http_script_variables_count 2202 http/modules/ngx_http_proxy_module.c         if (ngx_http_script_variables_count(&src[i].value) == 0) {
ngx_http_script_variables_count 2370 http/modules/ngx_http_proxy_module.c     n = ngx_http_script_variables_count(url);
ngx_http_script_variables_count 2559 http/modules/ngx_http_proxy_module.c     if (ngx_http_script_variables_count(&value[2]) == 0) {
ngx_http_script_variables_count 2637 http/modules/ngx_http_proxy_module.c     sc.variables = ngx_http_script_variables_count(&value[1]);
ngx_http_script_variables_count  384 http/modules/ngx_http_rewrite_module.c     sc.variables = ngx_http_script_variables_count(&value[2]);
ngx_http_script_variables_count  960 http/modules/ngx_http_rewrite_module.c     n = ngx_http_script_variables_count(value);
ngx_http_script_variables_count 1501 http/modules/ngx_http_scgi_module.c     n = ngx_http_script_variables_count(url);
ngx_http_script_variables_count 1583 http/modules/ngx_http_scgi_module.c     sc.variables = ngx_http_script_variables_count(&value[1]);;
ngx_http_script_variables_count 1582 http/modules/ngx_http_ssi_filter_module.c     n = ngx_http_script_variables_count(text);
ngx_http_script_variables_count 1552 http/modules/ngx_http_uwsgi_module.c     n = ngx_http_script_variables_count(url);
ngx_http_script_variables_count 1635 http/modules/ngx_http_uwsgi_module.c     sc.variables = ngx_http_script_variables_count(&value[1]);;
ngx_http_script_variables_count 3824 http/ngx_http_core_module.c     n = ngx_http_script_variables_count(&clcf->root);
ngx_http_script_variables_count 4157 http/ngx_http_core_module.c         n = ngx_http_script_variables_count(&tf[i].name);
ngx_http_script_variables_count  219 http/ngx_http_script.h ngx_uint_t ngx_http_script_variables_count(ngx_str_t *value);