Lines Matching refs:variables

46             if (r->variables[*index].no_cacheable) {  in ngx_http_script_flush_complex_value()
47 r->variables[*index].valid = 0; in ngx_http_script_flush_complex_value()
48 r->variables[*index].not_found = 0; in ngx_http_script_flush_complex_value()
453 sc->variables++; in ngx_http_script_compile()
527 for (i = 0; i < cmcf->variables.nelts; i++) { in ngx_http_script_run()
528 if (r->variables[i].no_cacheable) { in ngx_http_script_run()
529 r->variables[i].valid = 0; in ngx_http_script_run()
530 r->variables[i].not_found = 0; in ngx_http_script_run()
573 if (r->variables[index[n]].no_cacheable) { in ngx_http_script_flush_no_cacheable_variables()
574 r->variables[index[n]].valid = 0; in ngx_http_script_flush_no_cacheable_variables()
575 r->variables[index[n]].not_found = 0; in ngx_http_script_flush_no_cacheable_variables()
588 n = sc->variables ? sc->variables : 1; in ngx_http_script_init_arrays()
596 n = sc->variables * (2 * sizeof(ngx_http_script_copy_code_t) in ngx_http_script_init_arrays()
607 n = (sc->variables * (2 * sizeof(ngx_http_script_copy_code_t) in ngx_http_script_init_arrays()
620 sc->variables = 0; in ngx_http_script_init_arrays()
1719 r->variables[code->index].len = e->sp->len; in ngx_http_script_set_var_code()
1720 r->variables[code->index].valid = 1; in ngx_http_script_set_var_code()
1721 r->variables[code->index].no_cacheable = 0; in ngx_http_script_set_var_code()
1722 r->variables[code->index].not_found = 0; in ngx_http_script_set_var_code()
1723 r->variables[code->index].data = e->sp->data; in ngx_http_script_set_var_code()
1732 v = cmcf->variables.elts; in ngx_http_script_set_var_code()