Home
last modified time | relevance | path

Searched refs:bread (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dbio.rs90 BIO_meth_set_read(ptr, bread::<S>); in new()
264 unsafe extern "C" fn bread<S: Read>(bio: *mut BIO, buf: *mut c_char, len: c_int) -> c_int { in bread() function