Home
last modified time | relevance | path

Searched defs:resp_headers (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/quiche/src/h3/
Dffi.rs241 let resp_headers = headers_from_ptr(headers, headers_len); in quiche_h3_send_response() localVariable
255 let resp_headers = headers_from_ptr(headers, headers_len); in quiche_h3_send_response_with_priority() localVariable
/external/cronet/net/http/
Dhttp_transaction_test_util.cc496 std::string resp_headers = t->response_headers; in StartInternal() local