uwcf               40 http/modules/ngx_http_uwsgi_module.c     ngx_http_uwsgi_loc_conf_t *uwcf);
uwcf              404 http/modules/ngx_http_uwsgi_module.c     ngx_http_uwsgi_loc_conf_t  *uwcf;
uwcf              424 http/modules/ngx_http_uwsgi_module.c     uwcf = ngx_http_get_module_loc_conf(r, ngx_http_uwsgi_module);
uwcf              426 http/modules/ngx_http_uwsgi_module.c     if (uwcf->uwsgi_lengths) {
uwcf              427 http/modules/ngx_http_uwsgi_module.c         if (ngx_http_uwsgi_eval(r, uwcf) != NGX_OK) {
uwcf              437 http/modules/ngx_http_uwsgi_module.c     u->conf = &uwcf->upstream;
uwcf              469 http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_eval(ngx_http_request_t *r, ngx_http_uwsgi_loc_conf_t * uwcf)
uwcf              476 http/modules/ngx_http_uwsgi_module.c     if (ngx_http_script_run(r, &url.url, uwcf->uwsgi_lengths->elts, 0,
uwcf              477 http/modules/ngx_http_uwsgi_module.c                             uwcf->uwsgi_values->elts)
uwcf              523 http/modules/ngx_http_uwsgi_module.c     ngx_http_uwsgi_loc_conf_t  *uwcf;
uwcf              530 http/modules/ngx_http_uwsgi_module.c     uwcf = ngx_http_get_module_loc_conf(r, ngx_http_uwsgi_module);
uwcf              532 http/modules/ngx_http_uwsgi_module.c     if (ngx_http_complex_value(r, &uwcf->cache_key, key) != NGX_OK) {
uwcf              554 http/modules/ngx_http_uwsgi_module.c     ngx_http_uwsgi_loc_conf_t    *uwcf;
uwcf              561 http/modules/ngx_http_uwsgi_module.c     uwcf = ngx_http_get_module_loc_conf(r, ngx_http_uwsgi_module);
uwcf              563 http/modules/ngx_http_uwsgi_module.c     if (uwcf->params_len) {
uwcf              566 http/modules/ngx_http_uwsgi_module.c         ngx_http_script_flush_no_cacheable_variables(r, uwcf->flushes);
uwcf              569 http/modules/ngx_http_uwsgi_module.c         le.ip = uwcf->params_len->elts;
uwcf              586 http/modules/ngx_http_uwsgi_module.c     if (uwcf->upstream.pass_request_headers) {
uwcf              591 http/modules/ngx_http_uwsgi_module.c         if (uwcf->header_params) {
uwcf              592 http/modules/ngx_http_uwsgi_module.c             ignored = ngx_palloc(r->pool, uwcf->header_params * sizeof(void *));
uwcf              613 http/modules/ngx_http_uwsgi_module.c             if (uwcf->header_params) {
uwcf              638 http/modules/ngx_http_uwsgi_module.c                 if (ngx_hash_find(&uwcf->headers_hash, hash, lowcase_key, n)) {
uwcf              649 http/modules/ngx_http_uwsgi_module.c     len += uwcf->uwsgi_string.len;
uwcf              672 http/modules/ngx_http_uwsgi_module.c     *b->last++ = (u_char) uwcf->modifier1;
uwcf              675 http/modules/ngx_http_uwsgi_module.c     *b->last++ = (u_char) uwcf->modifier2;
uwcf              677 http/modules/ngx_http_uwsgi_module.c     if (uwcf->params_len) {
uwcf              680 http/modules/ngx_http_uwsgi_module.c         e.ip = uwcf->params->elts;
uwcf              685 http/modules/ngx_http_uwsgi_module.c         le.ip = uwcf->params_len->elts;
uwcf              722 http/modules/ngx_http_uwsgi_module.c     if (uwcf->upstream.pass_request_headers) {
uwcf              778 http/modules/ngx_http_uwsgi_module.c     b->last = ngx_copy(b->last, uwcf->uwsgi_string.data,
uwcf              779 http/modules/ngx_http_uwsgi_module.c                        uwcf->uwsgi_string.len);
uwcf              781 http/modules/ngx_http_uwsgi_module.c     if (uwcf->upstream.pass_request_body) {
uwcf             1533 http/modules/ngx_http_uwsgi_module.c     ngx_http_uwsgi_loc_conf_t *uwcf = conf;
uwcf             1541 http/modules/ngx_http_uwsgi_module.c     if (uwcf->upstream.upstream || uwcf->uwsgi_lengths) {
uwcf             1560 http/modules/ngx_http_uwsgi_module.c         sc.lengths = &uwcf->uwsgi_lengths;
uwcf             1561 http/modules/ngx_http_uwsgi_module.c         sc.values = &uwcf->uwsgi_values;
uwcf             1578 http/modules/ngx_http_uwsgi_module.c     uwcf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0);
uwcf             1579 http/modules/ngx_http_uwsgi_module.c     if (uwcf->upstream.upstream == NULL) {
uwcf             1594 http/modules/ngx_http_uwsgi_module.c     ngx_http_uwsgi_loc_conf_t *uwcf = conf;
uwcf             1599 http/modules/ngx_http_uwsgi_module.c     if (uwcf->upstream.store != NGX_CONF_UNSET || uwcf->upstream.store_lengths)
uwcf             1607 http/modules/ngx_http_uwsgi_module.c         uwcf->upstream.store = 0;
uwcf             1613 http/modules/ngx_http_uwsgi_module.c     if (uwcf->upstream.cache != NGX_CONF_UNSET_PTR
uwcf             1614 http/modules/ngx_http_uwsgi_module.c         && uwcf->upstream.cache != NULL)
uwcf             1622 http/modules/ngx_http_uwsgi_module.c         uwcf->upstream.store = 1;
uwcf             1633 http/modules/ngx_http_uwsgi_module.c     sc.lengths = &uwcf->upstream.store_lengths;
uwcf             1634 http/modules/ngx_http_uwsgi_module.c     sc.values = &uwcf->upstream.store_values;
uwcf             1652 http/modules/ngx_http_uwsgi_module.c     ngx_http_uwsgi_loc_conf_t *uwcf = conf;
uwcf             1658 http/modules/ngx_http_uwsgi_module.c     if (uwcf->upstream.cache != NGX_CONF_UNSET_PTR) {
uwcf             1663 http/modules/ngx_http_uwsgi_module.c         uwcf->upstream.cache = NULL;
uwcf             1667 http/modules/ngx_http_uwsgi_module.c     if (uwcf->upstream.store > 0 || uwcf->upstream.store_lengths) {
uwcf             1671 http/modules/ngx_http_uwsgi_module.c     uwcf->upstream.cache = ngx_shared_memory_add(cf, &value[1], 0,
uwcf             1673 http/modules/ngx_http_uwsgi_module.c     if (uwcf->upstream.cache == NULL) {
uwcf             1684 http/modules/ngx_http_uwsgi_module.c     ngx_http_uwsgi_loc_conf_t *uwcf = conf;
uwcf             1691 http/modules/ngx_http_uwsgi_module.c     if (uwcf->cache_key.value.len) {
uwcf             1699 http/modules/ngx_http_uwsgi_module.c     ccv.complex_value = &uwcf->cache_key;