Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbf_buff.c16 static int buffer_read(BIO *h, char *buf, int size);
33 buffer_read,
89 static int buffer_read(BIO *b, char *out, int outl) in buffer_read() function
392 (void)buffer_read(b, fake_buf, 0); in buffer_ctrl()
/third_party/glib/gio/
Dgconverterinputstream.c261 buffer_read (Buffer *buffer, in buffer_read() function
405 buffer_read (&priv->converted_buffer, buffer, count); in read_internal()
412 buffer_read (&priv->converted_buffer, buffer, available); in read_internal()
514 buffer_read (&priv->converted_buffer, buffer, total_bytes_read); in read_internal()
/third_party/curl/lib/
Dkrb5.c542 buffer_read(struct krb5buffer *buf, void *data, size_t len) in buffer_read() function
571 bytes_read = buffer_read(&conn->in_buffer, buffer, len); in sec_recv()
584 bytes_read = buffer_read(&conn->in_buffer, buffer, len); in sec_recv()
/third_party/libpng/contrib/libtests/
Dpngimage.c809 buffer_read(struct display *dp, struct buffer *bp, png_bytep data, in buffer_read() function
860 buffer_read(get_dp(pp), get_buffer(pp), data, size); in read_function()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngimage.c809 buffer_read(struct display *dp, struct buffer *bp, png_bytep data, in buffer_read() function
860 buffer_read(get_dp(pp), get_buffer(pp), data, size); in 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
860 buffer_read(get_dp(pp), get_buffer(pp), data, size); in read_function()
/third_party/glib/glib/
Dgiowin32.c560 buffer_read (GIOWin32Channel *channel, in buffer_read() function
1206 return buffer_read (win32_channel, buf, count, bytes_read, err); in g_io_win32_fd_and_console_read()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py370 data = self.real.buffer_read(buffer)