Rizin
unix-like reverse engineering framework and cli tools
|
#include "zipint.h"
Go to the source code of this file.
Functions | |
ZIP_EXTERN int | zip_source_seek_write (zip_source_t *src, zip_int64_t offset, int whence) |
ZIP_EXTERN int zip_source_seek_write | ( | zip_source_t * | src, |
zip_int64_t | offset, | ||
int | whence | ||
) |
Definition at line 39 of file zip_source_seek_write.c.
References _zip_source_call(), args, SEEK_CUR, SEEK_END, SEEK_SET, src, ZIP_ER_INVAL, zip_error_set(), ZIP_SOURCE_IS_OPEN_WRITING, and ZIP_SOURCE_SEEK_WRITE.
Referenced by add_data().