Lines Matching defs:handle
29 int OpenArchive(ZipArchiveHandle &handle, const char *path) in OpenArchive()
39 int OpenArchiveFile(ZipArchiveHandle &handle, FILE *fp) in OpenArchiveFile()
49 int CloseArchive(ZipArchiveHandle &handle) in CloseArchive()
63 int CloseArchiveFile(ZipArchiveHandle &handle) in CloseArchiveFile()
77 int GetGlobalFileInfo(ZipArchiveHandle &handle, GlobalStat *gstat) in GetGlobalFileInfo()
87 int GoToNextFile(ZipArchiveHandle &handle) in GoToNextFile()
97 int LocateFile(ZipArchiveHandle &handle, const char *filename) in LocateFile()
107 int GetCurrentFileInfo(ZipArchiveHandle &handle, EntryFileStat *entry) in GetCurrentFileInfo()
117 int OpenCurrentFile(ZipArchiveHandle &handle) in OpenCurrentFile()
127 void GetCurrentFileOffset(ZipArchiveHandle &handle, EntryFileStat *entry) in GetCurrentFileOffset()
132 int CloseCurrentFile(ZipArchiveHandle &handle) in CloseCurrentFile()
142 int ExtractToMemory(ZipArchiveHandle &handle, void *buf, size_t buf_size) in ExtractToMemory()