Searched defs:trailers (Results 1 – 12 of 12) sorted by relevance
78 let trailers: Vec<&[u8]> = in test_sendfile_freebsd() localVariable129 let trailers: Vec<&[u8]> = in test_sendfile_dragonfly() localVariable178 let trailers: Vec<&[u8]> = in test_sendfile_darwin() localVariable
75 const HeaderRefs &trailers() const { return trailers_; } in trailers() function78 HeaderRefs &trailers() { return trailers_; } in trailers() function
201 const auto &trailers = req.fs.trailers(); in http2_data_read_callback() local
1345 const auto &trailers = resp.fs.trailers(); in on_downstream_body_complete() local
814 const auto &trailers = req.fs.trailers(); in end_upload_data_chunk() local
1917 constexpr auto trailers = StringRef::from_lit("trailers"); in contains_trailers() local
1478 const auto &trailers = resp.fs.trailers(); in downstream_data_read_callback() local
1441 const auto &trailers = resp.fs.trailers(); in on_downstream_body_complete() local
131 function onStreamTrailers(trailers, flags, rawTrailers) { argument342 get trailers() { getter in Http2ServerRequest
47 trailers = "X-Dummy: foo\r\nX-Dumm2: bar\r\n" variable
5075 PyObject *trailers = NULL; in os_sendfile() local5154 PyObject *trailers = NULL; in os_sendfile() local
9779 Py_off_t sbytes, PyObject *headers, PyObject *trailers, in os_sendfile_impl()