Home
last modified time | relevance | path

Searched defs:trailers (Results 1 – 12 of 12) sorted by relevance

/third_party/rust/crates/nix/test/
Dtest_sendfile.rs78 let trailers: Vec<&[u8]> = in test_sendfile_freebsd() localVariable
129 let trailers: Vec<&[u8]> = in test_sendfile_dragonfly() localVariable
178 let trailers: Vec<&[u8]> = in test_sendfile_darwin() localVariable
/third_party/nghttp2/src/
Dshrpx_downstream.h75 const HeaderRefs &trailers() const { return trailers_; } in trailers() function
78 HeaderRefs &trailers() { return trailers_; } in trailers() function
Dshrpx_http2_downstream_connection.cc201 const auto &trailers = req.fs.trailers(); in http2_data_read_callback() local
Dshrpx_https_upstream.cc1345 const auto &trailers = resp.fs.trailers(); in on_downstream_body_complete() local
Dshrpx_http_downstream_connection.cc814 const auto &trailers = req.fs.trailers(); in end_upload_data_chunk() local
Dhttp2.cc1917 constexpr auto trailers = StringRef::from_lit("trailers"); in contains_trailers() local
Dshrpx_http2_upstream.cc1478 const auto &trailers = resp.fs.trailers(); in downstream_data_read_callback() local
Dshrpx_http3_upstream.cc1441 const auto &trailers = resp.fs.trailers(); in on_downstream_body_complete() local
/third_party/node/lib/internal/http2/
Dcompat.js131 function onStreamTrailers(trailers, flags, rawTrailers) { argument
342 get trailers() { getter in Http2ServerRequest
/third_party/python/Lib/test/
Dtest_httplib.py47 trailers = "X-Dummy: foo\r\nX-Dumm2: bar\r\n" variable
/third_party/python/Modules/clinic/
Dposixmodule.c.h5075 PyObject *trailers = NULL; in os_sendfile() local
5154 PyObject *trailers = NULL; in os_sendfile() local
/third_party/python/Modules/
Dposixmodule.c9779 Py_off_t sbytes, PyObject *headers, PyObject *trailers, in os_sendfile_impl()