Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/ffi/
Dbody.rs17 pub struct hyper_buf(pub(crate) Bytes); struct
26 type hyper_body_foreach_callback = extern "C" fn(*mut c_void, *const hyper_buf) -> c_int; constant
173 _: *mut *mut hyper_buf, in data_noop()
225 unsafe impl AsTaskType for hyper_buf { implementation
/aosp_15_r20/external/curl/lib/
H A Dversion.c214 char hyper_buf[30]; in curl_version() local