Searched refs:pZin (Results 1 – 1 of 1) sorted by relevance
47 static int copyAndAlign(ZipFile* pZin, ZipFile* pZout, int alignment) in copyAndAlign() argument49 int numEntries = pZin->getNumEntries(); in copyAndAlign()58 pEntry = pZin->getEntryByIndex(i); in copyAndAlign()84 status = pZout->add(pZin, pEntry, padding, &pNewEntry); in copyAndAlign()