/third_party/node/test/parallel/ |
H A D | test-set-incoming-message-header.js | |
/third_party/curl/lib/ |
H A D | http.h | 271 struct dynhds trailers; member 320 struct dynhds trailers; member
|
H A D | transfer.c | 172 struct curl_slist *trailers = NULL; in Curl_fillreadbuffer() local [all...] |
H A D | http.c | 1651 CURLcode Curl_http_compile_trailers(struct curl_slist *trailers, in Curl_http_compile_trailers() argument [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_http2_downstream_connection.cc | 201 const auto &trailers = req.fs.trailers(); in http2_data_read_callback() local
|
H A D | shrpx_downstream.h | 75 const HeaderRefs &trailers() const { return trailers_; } in trailers() function in shrpx::FieldStore 78 HeaderRefs &trailers() { return trailers_; } in trailers() function in shrpx::FieldStore
|
H A D | shrpx_http_downstream_connection.cc | 814 const auto &trailers = req.fs.trailers(); in end_upload_data_chunk() local
|
H A D | shrpx_https_upstream.cc | 1369 const auto &trailers = resp.fs.trailers(); in on_downstream_body_complete() local
|
H A D | shrpx_http3_upstream.cc | 1488 const auto &trailers = resp.fs.trailers(); in on_downstream_body_complete() local
|
H A D | shrpx_http2_upstream.cc | 1478 const auto &trailers = resp.fs.trailers(); in downstream_data_read_callback() local
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_http.c | 824 http_request_on_header(nghttp3_http_state *http, nghttp3_qpack_nv *nv, int trailers, int connect_protocol) http_request_on_header() argument 955 http_response_on_header(nghttp3_http_state *http, nghttp3_qpack_nv *nv, int trailers) http_response_on_header() argument 1299 nghttp3_http_on_header(nghttp3_http_state *http, nghttp3_qpack_nv *nv, int request, int trailers, int connect_protocol) nghttp3_http_on_header() argument [all...] |
H A D | nghttp3_conn.c | 1538 int trailers = 0; in conn_decode_headers() local
|
/third_party/python/Lib/test/ |
H A D | test_httplib.py | 49 trailers = "X-Dummy: foo\r\nX-Dumm2: bar\r\n" variable
|
/third_party/python/Modules/clinic/ |
H A D | posixmodule.c.h | 5151 PyObject *trailers = NULL; in os_sendfile() local 5230 PyObject *trailers in os_sendfile() local [all...] |
/third_party/python/Modules/ |
H A D | posixmodule.c | 9940 os_sendfile_impl(PyObject *module, int out_fd, int in_fd, Py_off_t offset, Py_off_t sbytes, PyObject *headers, PyObject *trailers, int flags) os_sendfile_impl() argument [all...] |