Rizin
unix-like reverse engineering framework and cli tools
|
#include "buffer.h"
Go to the source code of this file.
Functions | |
void | buffer_init (buffer *s, BufferOp op, int fd, char *buf, ut32 len) |
static int | allwrite (BufferOp op, int fd, const char *buf, ut32 len) |
int | buffer_flush (buffer *s) |
int | buffer_putalign (buffer *s, const char *buf, ut32 len) |
int | buffer_putflush (buffer *s, const char *buf, ut32 len) |
Definition at line 14 of file buffer.c.
References fd, len, op, and w.
Referenced by buffer_flush(), and buffer_putflush().
Definition at line 27 of file buffer.c.
References allwrite(), rz_socket_t::fd, p, and s.
Referenced by buffer_putalign(), buffer_putflush(), and cdb_make_finish().
Definition at line 36 of file buffer.c.
References buffer_flush(), len, memcpy(), n, and s.
Referenced by cdb_make_add(), cdb_make_addbegin(), and cdb_make_finish().
Definition at line 56 of file buffer.c.
References allwrite(), buffer_flush(), rz_socket_t::fd, len, and s.
Referenced by cdb_make_finish().