| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_headers_filter_module.c | 51 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 D | ngx_http_chunked_filter_module.c | 241 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 D | ngx_http_grpc_module.c | 2147 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 D | ngx_darwin_sendfile_chain.c | 45 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 D | ngx_freebsd_sendfile_chain.c | 47 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 D | ngx_http_v2_filter_module.c | 1316 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 D | ngx_http_upstream.h | 258 ngx_list_t trailers; member
|
| H A D | ngx_http_request.h | 256 ngx_list_t trailers; member
|
| H A D | ngx_http_upstream.c | 1065 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 D | ngx_http_variables.c | 954 &r->headers_out.trailers.part, in ngx_http_variable_unknown_trailer_out()
|
| H A D | ngx_http_request.c | 583 if (ngx_list_init(&r->headers_out.trailers, r->pool, 4, in ngx_http_alloc_request()
|
| H A D | ngx_http_core_module.c | 2284 if (ngx_list_init(&sr->headers_out.trailers, r->pool, 4, in ngx_http_subrequest()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | socket.h | 641 struct iovec *trailers; /* pointer to an array of trailer struct iovec's */ member
|
| /f-stack/freebsd/sys/ |
| H A D | socket.h | 647 struct iovec *trailers; /* pointer to an array of trailer struct iovec's */ member
|
| /f-stack/freebsd/kern/ |
| H A D | kern_sendfile.c | 1303 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 D | ipsec_lib.rst | 25 …packets perform payload encryption, attach ICV, update/add IP headers, add ESP/AH headers/trailers,
|
| H A D | bbdev.rst | 530 enough to stretch for extra CRC trailers.
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | FAQ | 136 and trailers around the compressed data.
|