Rizin
unix-like reverse engineering framework and cli tools
|
#include "zipint.h"
Go to the source code of this file.
Functions | |
zip_int64_t | _zip_source_call (zip_source_t *src, void *data, zip_uint64_t length, zip_source_cmd_t command) |
zip_int64_t _zip_source_call | ( | zip_source_t * | src, |
void * | data, | ||
zip_uint64_t | length, | ||
zip_source_cmd_t | command | ||
) |
Definition at line 39 of file zip_source_call.c.
References command, e, length, NULL, src, ZIP_ER_INTERNAL, ZIP_ER_OPNOTSUPP, zip_error_set(), ZIP_SOURCE_ERROR, ZIP_SOURCE_MAKE_COMMAND_BITMASK, and ZIP_SOURCE_SUPPORTS.
Referenced by zip_source_accept_empty(), zip_source_begin_write(), zip_source_begin_write_cloning(), zip_source_close(), zip_source_commit_write(), zip_source_free(), zip_source_get_file_attributes(), zip_source_open(), zip_source_read(), zip_source_remove(), zip_source_rollback_write(), zip_source_seek(), zip_source_seek_write(), zip_source_stat(), zip_source_tell(), zip_source_tell_write(), and zip_source_write().