Home
last modified time | relevance | path

Searched defs:is_connect (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/hyper/src/proto/h2/
Dclient.rs209 is_connect: bool, field
383 let is_connect = req.method() == Method::CONNECT; in poll() localVariable
Dserver.rs299 let is_connect = req.method() == Method::CONNECT; in poll_server() localVariable
/external/rust/crates/hyper/src/
Derror.rs194 pub fn is_connect(&self) -> bool { in is_connect() method
/external/curl/lib/
Dhttp.c1264 bool is_connect, in Curl_dynhds_add_custom()
1406 bool is_connect, in Curl_add_custom_headers()
Dsendf.c243 bool is_connect = !!(type & CLIENTWRITE_CONNECT); in cw_download_write() local
/external/rust/crates/h2/src/
Dclient.rs1587 let is_connect = method == Method::CONNECT; in convert_send_message() localVariable
Dserver.rs1526 let is_connect; in convert_poll_message() localVariable