Home
last modified time | relevance | path

Searched defs:buffer_read (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/bio/
Dbf_buff.c87 static int buffer_read(BIO *b, char *out, int outl) in buffer_read() function
/third_party/curl/lib/
Dkrb5.c559 buffer_read(struct krb5buffer *buf, void *data, size_t len) in buffer_read() function
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngimage.c809 buffer_read(struct display *dp, struct buffer *bp, png_bytep data, in buffer_read() function
/third_party/skia/m133/third_party/externals/libpng/contrib/libtests/
Dpngimage.c812 buffer_read(struct display *dp, struct buffer *bp, png_bytep data, in buffer_read() function
/third_party/rust/rust/library/alloc/src/collections/vec_deque/
Dmod.rs165 unsafe fn buffer_read(&mut self, off: usize) -> T { in buffer_read() method