Rizin
unix-like reverse engineering framework and cli tools
zip_fopen_index.c File Reference
#include "zipint.h"

Go to the source code of this file.

Functions

ZIP_EXTERN zip_file_tzip_fopen_index (zip_t *za, zip_uint64_t index, zip_flags_t flags)
 

Function Documentation

◆ zip_fopen_index()

ZIP_EXTERN zip_file_t* zip_fopen_index ( zip_t za,
zip_uint64_t  index,
zip_flags_t  flags 
)

Definition at line 39 of file zip_fopen_index.c.

39  {
41 }
ZIP_EXTERN zip_file_t *_Nullable zip_fopen_index_encrypted(zip_t *_Nonnull, zip_uint64_t, zip_flags_t, const char *_Nullable)
static struct sockaddr static addrlen static backlog const void static flags void flags
Definition: sfsocketcall.h:123
char * default_password
Definition: zipint.h:286
zip_t * za
Definition: ziptool.c:79

References zip::default_password, flags, za, and zip_fopen_index_encrypted().

Referenced by cat(), is_seekable(), LLVMFuzzerTestOneInput(), main(), rz_io_zip_slurp_file(), seek(), and test_file().