Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/wasm/
Dwasm_webserver.py24 def end_headers(self) -> None: member in MyHTTPRequestHandler
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe.h69 bool end_headers = false; member
83 bool end_headers = false; member
/external/perfetto/tools/
Dopen_trace_in_ui37 def end_headers(self): member in HttpHandler
Drecord_android_trace357 def end_headers(self): member in HttpHandler
/external/perfetto/python/tools/
Drecord_android_trace.py67 def end_headers(self): member in HttpHandler
/external/grpc-grpc/test/core/end2end/fuzzers/
Dfuzzer_input.proto76 bool end_headers = 2; field
86 bool end_headers = 2; field
/external/chromium-crossbench/crossbench/network/
Dlocal_file_server.py67 def end_headers(self): member in CustomHeadersRequestHandler
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/core/
Dspdy_framer.cc67 const bool end_headers) { in SerializeHeaderFrameFlags()
86 const bool end_headers) { in SerializePushPromiseFrameFlags()
102 const bool end_headers, in SerializeHeadersGivenEncoding()
145 const bool end_headers, in SerializePushPromiseGivenEncoding()
Dspdy_protocol.h815 bool end_headers() const { return end_headers_; } in end_headers() function
816 void set_end_headers(bool end_headers) { end_headers_ = end_headers; } in set_end_headers()
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/core/
Dspdy_framer.cc67 const bool end_headers) { in SerializeHeaderFrameFlags()
86 const bool end_headers) { in SerializePushPromiseFrameFlags()
102 const bool end_headers, in SerializeHeadersGivenEncoding()
145 const bool end_headers, in SerializePushPromiseGivenEncoding()
Dspdy_protocol.h815 bool end_headers() const { return end_headers_; } in end_headers() function
816 void set_end_headers(bool end_headers) { end_headers_ = end_headers; } in set_end_headers()
/external/python/cpython3/Lib/http/
Dserver.py534 def end_headers(self): member in BaseHTTPRequestHandler