Home
last modified time | relevance | path

Searched refs:ngx_table_elt_t (Results 1 – 25 of 35) sorted by relevance

12

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h184 ngx_table_elt_t *host;
196 ngx_table_elt_t *range;
200 ngx_table_elt_t *te;
201 ngx_table_elt_t *expect;
206 ngx_table_elt_t *via;
222 ngx_table_elt_t *accept;
227 ngx_table_elt_t *depth;
230 ngx_table_elt_t *date;
261 ngx_table_elt_t *server;
262 ngx_table_elt_t *date;
[all …]
H A Dngx_http_upstream.h263 ngx_table_elt_t *status;
264 ngx_table_elt_t *date;
265 ngx_table_elt_t *server;
266 ngx_table_elt_t *connection;
268 ngx_table_elt_t *expires;
269 ngx_table_elt_t *etag;
274 ngx_table_elt_t *content_type;
277 ngx_table_elt_t *last_modified;
278 ngx_table_elt_t *location;
279 ngx_table_elt_t *accept_ranges;
[all …]
H A Dngx_http_upstream.c1137 ngx_table_elt_t *h; in ngx_http_upstream_cache_check_range()
2863 ngx_table_elt_t *h, *ho; in ngx_http_upstream_process_trailers()
4469 ngx_table_elt_t **ph; in ngx_http_upstream_process_header_line()
4525 ngx_table_elt_t **ph; in ngx_http_upstream_process_set_cookie()
4560 ngx_table_elt_t **ph; in ngx_http_upstream_process_cache_control()
5046 ngx_table_elt_t *ho; in ngx_http_upstream_copy_last_modified()
5068 ngx_table_elt_t *ho; in ngx_http_upstream_rewrite_location()
5113 ngx_table_elt_t *ho; in ngx_http_upstream_rewrite_refresh()
5158 ngx_table_elt_t *ho; in ngx_http_upstream_rewrite_set_cookie()
5192 ngx_table_elt_t *ho; in ngx_http_upstream_copy_allow_ranges()
[all …]
H A Dngx_http_request.c22 ngx_table_elt_t *h, ngx_uint_t offset);
24 ngx_table_elt_t *h, ngx_uint_t offset);
26 ngx_table_elt_t *h, ngx_uint_t offset);
28 ngx_table_elt_t *h, ngx_uint_t offset);
30 ngx_table_elt_t *h, ngx_uint_t offset);
32 ngx_table_elt_t *h, ngx_uint_t offset);
576 sizeof(ngx_table_elt_t)) in ngx_http_alloc_request()
1324 ngx_table_elt_t *h; in ngx_http_process_request_headers()
1715 ngx_table_elt_t **ph; in ngx_http_process_header_line()
1731 ngx_table_elt_t **ph; in ngx_http_process_unique_header_line()
[all …]
H A Dngx_http.h25 ngx_table_elt_t *h, ngx_uint_t offset);
H A Dngx_http_header_filter_module.c166 ngx_table_elt_t *header; in ngx_http_header_filter()
H A Dngx_http_special_response.c588 ngx_table_elt_t *location; in ngx_http_send_error_page()
H A Dngx_http_variables.c821 ngx_table_elt_t *h; in ngx_http_variable_header()
823 h = *(ngx_table_elt_t **) ((char *) r + data); in ngx_http_variable_header()
864 ngx_table_elt_t **h; in ngx_http_variable_headers_internal()
965 ngx_table_elt_t *header; in ngx_http_variable_unknown_header()
H A Dngx_http_parse.c1950 ngx_table_elt_t **h; in ngx_http_parse_multi_header_lines()
2023 ngx_table_elt_t **h; in ngx_http_parse_set_cookie_lines()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.h49 ngx_table_elt_t *param;
50 ngx_table_elt_t params_array[NGX_HTTP_SSI_PARAMS_N];
H A Dngx_http_headers_filter_module.c253 ngx_table_elt_t *t; in ngx_http_trailers_filter()
333 ngx_table_elt_t *e, *cc, **ccp; in ngx_http_set_expires()
379 1, sizeof(ngx_table_elt_t *)) in ngx_http_set_expires()
546 ngx_table_elt_t *h; in ngx_http_add_header()
568 ngx_table_elt_t *h, **ph; in ngx_http_add_multi_header_lines()
577 if (ngx_array_init(pa, r->pool, 1, sizeof(ngx_table_elt_t *)) != NGX_OK) in ngx_http_add_multi_header_lines()
622 ngx_table_elt_t *h, **old; in ngx_http_set_response_header()
624 old = (ngx_table_elt_t **) ((char *) &r->headers_out + hv->offset); in ngx_http_set_response_header()
H A Dngx_http_not_modified_filter_module.c16 ngx_table_elt_t *header, ngx_uint_t weak);
172 ngx_http_test_if_match(ngx_http_request_t *r, ngx_table_elt_t *header, in ngx_http_test_if_match()
H A Dngx_http_slice_filter_module.c106 ngx_table_elt_t *h; in ngx_http_slice_header_filter()
291 ngx_table_elt_t *h; in ngx_http_slice_parse_content_range()
447 ngx_table_elt_t *h; in ngx_http_slice_get_start()
H A Dngx_http_proxy_module.c21 ngx_table_elt_t *h, size_t prefix, size_t len,
162 ngx_table_elt_t *h, size_t prefix);
164 ngx_table_elt_t *h);
166 ngx_table_elt_t *h, u_char *value, ngx_array_t *rewrites);
168 ngx_table_elt_t *h, size_t prefix, size_t len, ngx_str_t *replacement);
1180 ngx_table_elt_t *header; in ngx_http_proxy_create_request()
1818 ngx_table_elt_t *h; in ngx_http_proxy_process_header()
2428 ngx_table_elt_t **h; in ngx_http_proxy_add_x_forwarded_for_variable()
2524 ngx_http_proxy_rewrite_redirect(ngx_http_request_t *r, ngx_table_elt_t *h, in ngx_http_proxy_rewrite_redirect()
2556 ngx_http_proxy_rewrite_cookie(ngx_http_request_t *r, ngx_table_elt_t *h) in ngx_http_proxy_rewrite_cookie()
[all …]
H A Dngx_http_gzip_static_module.c93 ngx_table_elt_t *h; in ngx_http_gzip_static_handler()
H A Dngx_http_userid_filter_module.c294 ngx_table_elt_t **cookies; in ngx_http_userid_get_uid()
366 ngx_table_elt_t *set_cookie, *p3p; in ngx_http_userid_set_uid()
H A Dngx_http_chunked_filter_module.c237 ngx_table_elt_t *header; in ngx_http_chunked_create_trailers()
H A Dngx_http_auth_request_module.c104 ngx_table_elt_t *h, *ho; in ngx_http_auth_request_handler()
H A Dngx_http_range_filter_module.c415 ngx_table_elt_t *content_range; in ngx_http_range_singlepart_header()
590 ngx_table_elt_t *content_range; in ngx_http_range_not_satisfiable()
H A Dngx_http_dav_module.c548 ngx_table_elt_t *dest, *over; in ngx_http_dav_copy_move_handler()
1002 ngx_table_elt_t *depth; in ngx_http_dav_depth()
H A Dngx_http_realip_module.c139 ngx_table_elt_t *header; in ngx_http_realip_handler()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.h97 } ngx_table_elt_t; typedef
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c141 ngx_table_elt_t *header; in ngx_http_v2_header_filter()
680 ngx_table_elt_t **h; in ngx_http_v2_push_resources()
905 ngx_table_elt_t **h; in ngx_http_v2_push_resource()
957 h = (ngx_table_elt_t **) ((char *) &r->headers_in + ph[i].offset); in ngx_http_v2_push_resource()
970 h = (ngx_table_elt_t **) ((char *) &r->headers_in + ph[i].offset); in ngx_http_v2_push_resource()
1045 h = (ngx_table_elt_t **) ((char *) &r->headers_in + ph[i].offset); in ngx_http_v2_push_resource()
1309 ngx_table_elt_t *header; in ngx_http_v2_create_trailers_frame()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs234 ngx_table_elt_t *h, **ph;
274 ph = (ngx_table_elt_t **) ((char *) &r->headers_in + hh->offset);
498 ngx_table_elt_t *header;
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_auth_http_module.c1447 ngx_table_elt_t *header; in ngx_mail_auth_http_merge_conf()
1554 ngx_table_elt_t *header; in ngx_mail_auth_http_header()
1557 ahcf->headers = ngx_array_create(cf->pool, 1, sizeof(ngx_table_elt_t)); in ngx_mail_auth_http_header()

12