| 694 | } |
| 695 | |
| 696 | void EndIteration(void* cookie) { |
| 697 | delete reinterpret_cast<IterationHandle*>(cookie); |
| 698 | } |
| 699 | |
| 700 | int32_t FindEntry(const ZipArchiveHandle handle, const ZipString& entryName, ZipEntry* data) { |
| 701 | const ZipArchive* archive = reinterpret_cast<ZipArchive*>(handle); |
nothing calls this directly
no outgoing calls
no test coverage detected