93 if (!io || !io->
files) {
RZ_API bool rz_io_fd_resize(RzIO *io, int fd, ut64 newsize)
RZ_API bool rz_io_fd_is_dbg(RzIO *io, int fd)
RZ_API ut64 rz_io_fd_size(RzIO *io, int fd)
RZ_API const char * rz_io_fd_get_name(RzIO *io, int fd)
RZ_API bool rz_io_fd_is_chardevice(RzIO *io, int fd)
RZ_API bool rz_io_fd_get_base(RzIO *io, int fd, ut64 *base)
RZ_API int rz_io_fd_get_tid(RzIO *io, int fd)
RZ_API int rz_io_fd_open(RzIO *io, const char *uri, int flags, int mode)
RZ_API bool rz_io_fd_is_blockdevice(RzIO *io, int fd)
RZ_API ut8 * rz_io_fd_get_buf(RzIO *io, int fd, RZ_OUT RZ_NONNULL ut64 *size)
Returns the underlying buffer of the file descriptor.
RZ_API int rz_io_fd_read(RzIO *io, int fd, ut8 *buf, int len)
RZ_API int rz_io_fd_read_at(RzIO *io, int fd, ut64 addr, ut8 *buf, int len)
RZ_API int rz_io_fd_write_at(RzIO *io, int fd, ut64 addr, const ut8 *buf, int len)
RZ_API int rz_io_fd_write(RzIO *io, int fd, const ut8 *buf, int len)
RZ_API int rz_io_fd_get_current(RzIO *io)
RZ_API int rz_io_fd_get_pid(RzIO *io, int fd)
RZ_API ut64 rz_io_fd_seek(RzIO *io, int fd, ut64 addr, int whence)
RZ_API int rz_io_fd_get_highest(RzIO *io)
RZ_API bool rz_io_use_fd(RzIO *io, int fd)
RZ_API int rz_io_fd_get_prev(RzIO *io, int fd)
RZ_API bool rz_io_fd_close(RzIO *io, int fd)
RZ_API int rz_io_fd_get_lowest(RzIO *io)
RZ_API int rz_io_fd_get_next(RzIO *io, int fd)
#define rz_return_val_if_fail(expr, val)
RZ_API bool rz_id_storage_get_prev(RzIDStorage *storage, ut32 *id)
RZ_API bool rz_id_storage_get_lowest(RzIDStorage *storage, ut32 *id)
RZ_API bool rz_id_storage_get_next(RzIDStorage *storage, ut32 *id)
RZ_API bool rz_id_storage_get_highest(RzIDStorage *storage, ut32 *id)
RZ_API bool rz_io_desc_is_blockdevice(RzIODesc *desc)
RZ_API int rz_io_desc_write(RzIODesc *desc, const ut8 *buf, int count)
RZ_API ut64 rz_io_desc_seek(RzIODesc *desc, ut64 offset, int whence)
RZ_API ut64 rz_io_desc_size(RzIODesc *desc)
RZ_API int rz_io_desc_get_tid(RzIODesc *desc)
RZ_API bool rz_io_desc_resize(RzIODesc *desc, ut64 newsize)
RZ_API int rz_io_desc_read_at(RzIODesc *desc, ut64 addr, ut8 *buf, int len)
RZ_API int rz_io_desc_read(RzIODesc *desc, ut8 *buf, int count)
RZ_API RzIODesc * rz_io_desc_get(RzIO *io, int fd)
RZ_API int rz_io_desc_get_pid(RzIODesc *desc)
RZ_API bool rz_io_desc_is_chardevice(RzIODesc *desc)
RZ_API int rz_io_desc_write_at(RzIODesc *desc, ut64 addr, const ut8 *buf, int len)
RZ_API bool rz_io_desc_is_dbg(RzIODesc *desc)
RZ_API bool rz_io_desc_close(RzIODesc *desc)
RZ_API bool rz_io_desc_get_base(RzIODesc *desc, ut64 *base)
RZ_API RzIODesc * rz_io_desc_open(RzIO *io, const char *uri, int flags, int mode)
RZ_API ut8 * rz_io_desc_get_buf(RzIODesc *desc, RZ_OUT RZ_NONNULL ut64 *size)
Returns the underlying buffer of the io descriptor.
static struct sockaddr static addrlen static backlog const void static flags void flags
struct rz_io_desc_t * desc
ut64(WINAPI *w32_GetEnabledXStateFeatures)()
static const z80_opcode fd[]