Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dbuffer.c141 static int buffer_read(BIO *bio, char *out, int outl) { in buffer_read() function
483 BIO_TYPE_BUFFER, "buffer", buffer_write, buffer_read,
/external/libpng/contrib/libtests/
Dpngimage.c726 buffer_read(struct display *dp, struct buffer *bp, png_bytep data, in buffer_read() function
777 buffer_read(get_dp(pp), get_buffer(pp), data, size); in read_function()