Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
void * | _zip_memdup (const void *mem, size_t len, zip_error_t *error) |
void* _zip_memdup | ( | const void * | mem, |
size_t | len, | ||
zip_error_t * | error | ||
) |
Definition at line 41 of file zip_memdup.c.
References error(), len, malloc(), mem, memcpy(), NULL, ZIP_ER_MEMORY, and zip_error_set().
Referenced by _zip_ef_new().