Home
last modified time | relevance | path

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

/third_party/openssl/ohos_lite/include/internal/
Dbio.h17 int (*bread) (BIO *, char *, size_t, size_t *); member
/third_party/openssl/include/internal/
Dbio.h22 int (*bread) (BIO *, char *, size_t, size_t *); member
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavdtputil.c870 ssize_t bread = read (fd, data->buffer, data->link_mtu); in gst_avdtp_connection_conf_recv_stream_fd() local
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dbio.rs110 unsafe extern "C" fn bread<S: Read>(bio: *mut BIO, buf: *mut c_char, len: c_int) -> c_int { in bread() function
/third_party/openssl/crypto/pkcs7/
Dpk7_smime.c523 BIO *tmpbuf, *bread; in PKCS7_decrypt() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtsdescriptor.c528 gsize bread = 0; in convert_to_utf8() local