zip_fopen_index_encrypted 297 ext/zip/lib/zip.h ZIP_EXTERN struct zip_file *zip_fopen_index_encrypted(struct zip *, zip_uint64_t, zip_flags_t, const char *); zip_fopen_index_encrypted 48 ext/zip/lib/zip_fopen.c return zip_fopen_index_encrypted(za, (zip_uint64_t)idx, flags, za->default_password); zip_fopen_index_encrypted 48 ext/zip/lib/zip_fopen_encrypted.c return zip_fopen_index_encrypted(za, (zip_uint64_t)idx, flags, password); zip_fopen_index_encrypted 47 ext/zip/lib/zip_fopen_index.c return zip_fopen_index_encrypted(za, index, flags, za->default_password);