headers           345 http/modules/ngx_http_auth_basic_module.c     r->headers_out.www_authenticate = ngx_list_push(&r->headers_out.headers);
headers           746 http/modules/ngx_http_fastcgi_module.c         part = &r->headers_in.headers.part;
headers           903 http/modules/ngx_http_fastcgi_module.c         part = &r->headers_in.headers.part;
headers          1374 http/modules/ngx_http_fastcgi_module.c                 h = ngx_list_push(&u->headers_in.headers);
headers           294 http/modules/ngx_http_gzip_filter_module.c     h = ngx_list_push(&r->headers_out.headers);
headers           205 http/modules/ngx_http_gzip_static_module.c     h = ngx_list_push(&r->headers_out.headers);
headers            45 http/modules/ngx_http_headers_filter_module.c     ngx_array_t             *headers;
headers           144 http/modules/ngx_http_headers_filter_module.c     if ((conf->expires == NGX_HTTP_EXPIRES_OFF && conf->headers == NULL)
headers           161 http/modules/ngx_http_headers_filter_module.c     if (conf->headers) {
headers           162 http/modules/ngx_http_headers_filter_module.c         h = conf->headers->elts;
headers           163 http/modules/ngx_http_headers_filter_module.c         for (i = 0; i < conf->headers->nelts; i++) {
headers           191 http/modules/ngx_http_headers_filter_module.c         expires = ngx_list_push(&r->headers_out.headers);
headers           221 http/modules/ngx_http_headers_filter_module.c         cc = ngx_list_push(&r->headers_out.headers);
headers           307 http/modules/ngx_http_headers_filter_module.c         h = ngx_list_push(&r->headers_out.headers);
headers           344 http/modules/ngx_http_headers_filter_module.c     cc = ngx_list_push(&r->headers_out.headers);
headers           380 http/modules/ngx_http_headers_filter_module.c         h = ngx_list_push(&r->headers_out.headers);
headers           440 http/modules/ngx_http_headers_filter_module.c     if (conf->headers == NULL) {
headers           441 http/modules/ngx_http_headers_filter_module.c         conf->headers = prev->headers;
headers           566 http/modules/ngx_http_headers_filter_module.c     if (hcf->headers == NULL) {
headers           567 http/modules/ngx_http_headers_filter_module.c         hcf->headers = ngx_array_create(cf->pool, 1,
headers           569 http/modules/ngx_http_headers_filter_module.c         if (hcf->headers == NULL) {
headers           574 http/modules/ngx_http_headers_filter_module.c     hv = ngx_array_push(hcf->headers);
headers           935 http/modules/ngx_http_proxy_module.c         part = &r->headers_in.headers.part;
headers          1053 http/modules/ngx_http_proxy_module.c         part = &r->headers_in.headers.part;
headers          1260 http/modules/ngx_http_proxy_module.c             h = ngx_list_push(&r->upstream->headers_in.headers);
headers          1316 http/modules/ngx_http_proxy_module.c                 h = ngx_list_push(&r->upstream->headers_in.headers);
headers          1330 http/modules/ngx_http_proxy_module.c                 h = ngx_list_push(&r->upstream->headers_in.headers);
headers           221 http/modules/ngx_http_range_filter_module.c     r->headers_out.accept_ranges = ngx_list_push(&r->headers_out.headers);
headers           348 http/modules/ngx_http_range_filter_module.c     content_range = ngx_list_push(&r->headers_out.headers);
headers           512 http/modules/ngx_http_range_filter_module.c     content_range = ngx_list_push(&r->headers_out.headers);
headers           173 http/modules/ngx_http_realip_module.c         part = &r->headers_in.headers.part;
headers           570 http/modules/ngx_http_scgi_module.c         part = &r->headers_in.headers.part;
headers           676 http/modules/ngx_http_scgi_module.c         part = &r->headers_in.headers.part;
headers           862 http/modules/ngx_http_scgi_module.c             h = ngx_list_push(&r->upstream->headers_in.headers);
headers           421 http/modules/ngx_http_userid_filter_module.c     set_cookie = ngx_list_push(&r->headers_out.headers);
headers           438 http/modules/ngx_http_userid_filter_module.c     p3p = ngx_list_push(&r->headers_out.headers);
headers           598 http/modules/ngx_http_uwsgi_module.c         part = &r->headers_in.headers.part;
headers           724 http/modules/ngx_http_uwsgi_module.c         part = &r->headers_in.headers.part;
headers           912 http/modules/ngx_http_uwsgi_module.c             h = ngx_list_push(&r->upstream->headers_in.headers);
headers            87 http/ngx_http.h ngx_int_t ngx_http_parse_multi_header_lines(ngx_array_t *headers,
headers           962 http/ngx_http_core_module.c         r->headers_out.location = ngx_list_push(&r->headers_out.headers);
headers          1776 http/ngx_http_core_module.c         r->headers_out.location = ngx_list_push(&r->headers_out.headers);
headers          2200 http/ngx_http_core_module.c     if (ngx_list_init(&sr->headers_out.headers, r->pool, 20,
headers           415 http/ngx_http_header_filter_module.c     part = &r->headers_out.headers.part;
headers           575 http/ngx_http_header_filter_module.c     part = &r->headers_out.headers.part;
headers          1587 http/ngx_http_parse.c ngx_http_parse_multi_header_lines(ngx_array_t *headers, ngx_str_t *name,
headers          1594 http/ngx_http_parse.c     h = headers->elts;
headers          1596 http/ngx_http_parse.c     for (i = 0; i < headers->nelts; i++) {
headers          1598 http/ngx_http_parse.c         ngx_log_debug2(NGX_LOG_DEBUG_HTTP, headers->pool->log, 0,
headers           459 http/ngx_http_request.c     if (ngx_list_init(&r->headers_out.headers, r->pool, 20,
headers           873 http/ngx_http_request.c             if (ngx_list_init(&r->headers_in.headers, r->pool, 20,
headers          1033 http/ngx_http_request.c             h = ngx_list_push(&r->headers_in.headers);
headers           167 http/ngx_http_request.h     ngx_list_t                        headers;
headers           235 http/ngx_http_request.h     ngx_list_t                        headers;
headers          1109 http/ngx_http_script.c         r->headers_out.location = ngx_list_push(&r->headers_out.headers);
headers           515 http/ngx_http_special_response.c     r->headers_out.headers.part.nelts = 0;
headers           516 http/ngx_http_special_response.c     r->headers_out.headers.part.next = NULL;
headers           517 http/ngx_http_special_response.c     r->headers_out.headers.last = &r->headers_out.headers.part;
headers           567 http/ngx_http_special_response.c     location = ngx_list_push(&r->headers_out.headers);
headers           793 http/ngx_http_upstream.c     if (ngx_list_init(&u->headers_in.headers, r->pool, 8,
headers          1276 http/ngx_http_upstream.c     if (ngx_list_init(&u->headers_in.headers, r->pool, 8,
headers          1491 http/ngx_http_upstream.c         if (ngx_list_init(&u->headers_in.headers, r->pool, 8,
headers          1718 http/ngx_http_upstream.c                 h = ngx_list_push(&r->headers_out.headers);
headers          1817 http/ngx_http_upstream.c         part = &u->headers_in.headers.part;
headers          1864 http/ngx_http_upstream.c     part = &u->headers_in.headers.part;
headers          3326 http/ngx_http_upstream.c     ho = ngx_list_push(&r->headers_out.headers);
headers          3363 http/ngx_http_upstream.c     ho = ngx_list_push(&r->headers_out.headers);
headers          3433 http/ngx_http_upstream.c     ho = ngx_list_push(&r->headers_out.headers);
headers          3453 http/ngx_http_upstream.c     ho = ngx_list_push(&r->headers_out.headers);
headers          3482 http/ngx_http_upstream.c     ho = ngx_list_push(&r->headers_out.headers);
headers          3527 http/ngx_http_upstream.c     ho = ngx_list_push(&r->headers_out.headers);
headers          3581 http/ngx_http_upstream.c     ho = ngx_list_push(&r->headers_out.headers);
headers          3602 http/ngx_http_upstream.c     ho = ngx_list_push(&r->headers_out.headers);
headers          3911 http/ngx_http_upstream.c                                          &r->upstream->headers_in.headers.part,
headers           196 http/ngx_http_upstream.h     ngx_list_t                       headers;
headers           704 http/ngx_http_variables.c                                             &r->headers_in.headers.part,
headers           714 http/ngx_http_variables.c                                             &r->headers_out.headers.part,
headers          1396 http/ngx_http_variables.c                                             &r->headers_out.headers.part,
headers            23 mail/ngx_mail_auth_http_module.c     ngx_array_t                    *headers;
headers          1343 mail/ngx_mail_auth_http_module.c     if (conf->headers == NULL) {
headers          1344 mail/ngx_mail_auth_http_module.c         conf->headers = prev->headers;
headers          1348 mail/ngx_mail_auth_http_module.c     if (conf->headers && conf->header.len == 0) {
headers          1350 mail/ngx_mail_auth_http_module.c         header = conf->headers->elts;
headers          1351 mail/ngx_mail_auth_http_module.c         for (i = 0; i < conf->headers->nelts; i++) {
headers          1363 mail/ngx_mail_auth_http_module.c         for (i = 0; i < conf->headers->nelts; i++) {
headers          1433 mail/ngx_mail_auth_http_module.c     if (ahcf->headers == NULL) {
headers          1434 mail/ngx_mail_auth_http_module.c         ahcf->headers = ngx_array_create(cf->pool, 1, sizeof(ngx_table_elt_t));
headers          1435 mail/ngx_mail_auth_http_module.c         if (ahcf->headers == NULL) {
headers          1440 mail/ngx_mail_auth_http_module.c     header = ngx_array_push(ahcf->headers);
headers            52 os/unix/ngx_darwin_sendfile_chain.c     struct iovec    *iov, headers[NGX_HEADERS], trailers[NGX_TRAILERS];
headers            79 os/unix/ngx_darwin_sendfile_chain.c     header.elts = headers;
headers           223 os/unix/ngx_darwin_sendfile_chain.c             hdtr.headers = header.nelts ? (struct iovec *) header.elts: NULL;
headers            54 os/unix/ngx_freebsd_sendfile_chain.c     struct iovec    *iov, headers[NGX_HEADERS], trailers[NGX_TRAILERS];
headers            83 os/unix/ngx_freebsd_sendfile_chain.c     header.elts = headers;
headers           249 os/unix/ngx_freebsd_sendfile_chain.c             hdtr.headers = (struct iovec *) header.elts;
headers            49 os/unix/ngx_linux_sendfile_chain.c     struct iovec  *iov, headers[NGX_HEADERS];
headers            72 os/unix/ngx_linux_sendfile_chain.c     header.elts = headers;