Home
last modified time | relevance | path

Searched defs:send_header (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dfake_signaling_server_test.cc53 const auto& send_header = sent_acl_packet.To<hci_spec::ACLDataHeader>(); in TEST_F() local
86 const auto& send_header = sent_acl_packet.To<hci_spec::ACLDataHeader>(); in TEST_F() local
/external/python/cpython3/Lib/http/
Dserver.py520 def send_header(self, keyword, value): member in BaseHTTPRequestHandler
/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dgpu_backend_req.rs37 fn send_header( in send_header() method
Dconnection.rs196 pub fn send_header(&mut self, hdr: &H, fds: Option<&[RawFd]>) -> Result<()> { in send_header() method