Searched defs:hyper_buf (Results 1 – 2 of 2) sorted by relevance
17 pub struct hyper_buf(pub(crate) Bytes); struct26 type hyper_body_foreach_callback = extern "C" fn(*mut c_void, *const hyper_buf) -> c_int; constant173 _: *mut *mut hyper_buf, in data_noop()225 unsafe impl AsTaskType for hyper_buf { implementation
214 char hyper_buf[30]; in curl_version() local