www_authenticate  345 http/modules/ngx_http_auth_basic_module.c     r->headers_out.www_authenticate = ngx_list_push(&r->headers_out.headers);
www_authenticate  346 http/modules/ngx_http_auth_basic_module.c     if (r->headers_out.www_authenticate == NULL) {
www_authenticate  350 http/modules/ngx_http_auth_basic_module.c     r->headers_out.www_authenticate->hash = 1;
www_authenticate  351 http/modules/ngx_http_auth_basic_module.c     ngx_str_set(&r->headers_out.www_authenticate->key, "WWW-Authenticate");
www_authenticate  352 http/modules/ngx_http_auth_basic_module.c     r->headers_out.www_authenticate->value = *realm;
www_authenticate 1084 http/ngx_http_core_module.c             if (r->headers_out.www_authenticate) {
www_authenticate 1085 http/ngx_http_core_module.c                 r->headers_out.www_authenticate->hash = 0;
www_authenticate  249 http/ngx_http_request.h     ngx_table_elt_t                  *www_authenticate;
www_authenticate  181 http/ngx_http_upstream.c                  offsetof(ngx_http_upstream_headers_in_t, www_authenticate),
www_authenticate 1716 http/ngx_http_upstream.c                 && u->headers_in.www_authenticate)
www_authenticate 1726 http/ngx_http_upstream.c                 *h = *u->headers_in.www_authenticate;
www_authenticate 1728 http/ngx_http_upstream.c                 r->headers_out.www_authenticate = h;
www_authenticate  218 http/ngx_http_upstream.h     ngx_table_elt_t                 *www_authenticate;