Home
last modified time | relevance | path

Searched refs:trailers (Results 1 – 18 of 18) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_headers_filter_module.c51 ngx_array_t *trailers; member
123 offsetof(ngx_http_headers_conf_t, trailers),
181 && conf->trailers == NULL) in ngx_http_headers_filter()
230 if (conf->trailers) { in ngx_http_headers_filter()
231 h = conf->trailers->elts; in ngx_http_headers_filter()
232 for (i = 0; i < conf->trailers->nelts; i++) { in ngx_http_headers_filter()
260 || conf->trailers == NULL in ngx_http_trailers_filter()
297 h = conf->trailers->elts; in ngx_http_trailers_filter()
298 for (i = 0; i < conf->trailers->nelts; i++) { in ngx_http_trailers_filter()
700 if (conf->trailers == NULL) { in ngx_http_headers_merge_conf()
[all …]
H A Dngx_http_chunked_filter_module.c241 part = &r->headers_out.trailers.part; in ngx_http_chunked_create_trailers()
295 part = &r->headers_out.trailers.part; in ngx_http_chunked_create_trailers()
H A Dngx_http_grpc_module.c2147 h = ngx_list_push(&u->headers_in.trailers); in ngx_http_grpc_filter()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_darwin_sendfile_chain.c45 struct iovec trailers[NGX_IOVS_PREALLOCATE]; in ngx_darwin_sendfile_chain() local
75 trailer.iovs = trailers; in ngx_darwin_sendfile_chain()
126 hdtr.trailers = trailer.count ? trailer.iovs : NULL; in ngx_darwin_sendfile_chain()
H A Dngx_freebsd_sendfile_chain.c47 struct iovec trailers[NGX_IOVS_PREALLOCATE]; in ngx_freebsd_sendfile_chain() local
88 trailer.iovs = trailers; in ngx_freebsd_sendfile_chain()
168 hdtr.trailers = trailer.count ? trailer.iovs : NULL; in ngx_freebsd_sendfile_chain()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c1316 part = &r->headers_out.trailers.part; in ngx_http_v2_create_trailers_frame()
1374 part = &r->headers_out.trailers.part; in ngx_http_v2_create_trailers_frame()
1425 ngx_http_v2_out_frame_t *frame, *trailers; in ngx_http_v2_send_chain() local
1499 trailers = NGX_HTTP_V2_NO_TRAILERS; in ngx_http_v2_send_chain()
1564 trailers = ngx_http_v2_create_trailers_frame(r); in ngx_http_v2_send_chain()
1565 if (trailers == NULL) { in ngx_http_v2_send_chain()
1569 if (trailers != NGX_HTTP_V2_NO_TRAILERS) { in ngx_http_v2_send_chain()
1591 if (trailers != NGX_HTTP_V2_NO_TRAILERS) { in ngx_http_v2_send_chain()
1592 ngx_http_v2_queue_frame(h2c, trailers); in ngx_http_v2_send_chain()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h258 ngx_list_t trailers; member
H A Dngx_http_request.h256 ngx_list_t trailers; member
H A Dngx_http_upstream.c1065 if (ngx_list_init(&u->headers_in.trailers, r->pool, 2, in ngx_http_upstream_cache_send()
1937 if (ngx_list_init(&u->headers_in.trailers, r->pool, 2, in ngx_http_upstream_reinit()
2334 if (ngx_list_init(&u->headers_in.trailers, r->pool, 2, in ngx_http_upstream_process_header()
2869 part = &u->headers_in.trailers.part; in ngx_http_upstream_process_trailers()
2890 ho = ngx_list_push(&r->headers_out.trailers); in ngx_http_upstream_process_trailers()
5576 &r->upstream->headers_in.trailers.part, in ngx_http_upstream_trailer_variable()
H A Dngx_http_variables.c954 &r->headers_out.trailers.part, in ngx_http_variable_unknown_trailer_out()
H A Dngx_http_request.c583 if (ngx_list_init(&r->headers_out.trailers, r->pool, 4, in ngx_http_alloc_request()
H A Dngx_http_core_module.c2284 if (ngx_list_init(&sr->headers_out.trailers, r->pool, 4, in ngx_http_subrequest()
/f-stack/tools/compat/include/sys/
H A Dsocket.h641 struct iovec *trailers; /* pointer to an array of trailer struct iovec's */ member
/f-stack/freebsd/sys/
H A Dsocket.h647 struct iovec *trailers; /* pointer to an array of trailer struct iovec's */ member
/f-stack/freebsd/kern/
H A Dkern_sendfile.c1303 if (hdtr.trailers != NULL) { in sendfile()
1304 error = copyinuio(hdtr.trailers, hdtr.trl_cnt, in sendfile()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dipsec_lib.rst25 …packets perform payload encryption, attach ICV, update/add IP headers, add ESP/AH headers/trailers,
H A Dbbdev.rst530 enough to stretch for extra CRC trailers.
/f-stack/freebsd/contrib/zlib/
H A DFAQ136 and trailers around the compressed data.