schema            579 http/modules/ngx_http_fastcgi_module.c     ngx_str_set(&u->schema, "fastcgi://");
schema            173 http/modules/ngx_http_memcached_module.c     ngx_str_set(&u->schema, "memcached://");
schema             36 http/modules/ngx_http_proxy_module.c     ngx_str_t                      schema;
schema            577 http/modules/ngx_http_proxy_module.c         u->schema = plcf->vars.schema;
schema            668 http/modules/ngx_http_proxy_module.c     u->schema.len = add;
schema            669 http/modules/ngx_http_proxy_module.c     u->schema.data = proxy.data;
schema            706 http/modules/ngx_http_proxy_module.c     ctx->vars.key_start = u->schema;
schema           2434 http/modules/ngx_http_proxy_module.c     plcf->vars.schema.len = add;
schema           2435 http/modules/ngx_http_proxy_module.c     plcf->vars.schema.data = url->data;
schema           2436 http/modules/ngx_http_proxy_module.c     plcf->vars.key_start = plcf->vars.schema;
schema            401 http/modules/ngx_http_scgi_module.c     ngx_str_set(&u->schema, "scgi://");
schema            434 http/modules/ngx_http_uwsgi_module.c     ngx_str_set(&u->schema, "uwsgi://");
schema           3134 http/ngx_http_request.c                          &u->schema, u->peer.name,
schema            296 http/ngx_http_upstream.h     ngx_str_t                        schema;