Lines Matching refs:cookie
529 void *cookie) in processStoredEntry() argument
547 ret = processFunction(buf, n, cookie); in processStoredEntry()
558 void *cookie) in processDeflatedEntry() argument
633 bool ret = processFunction(procBuf, procSize, cookie); in processDeflatedEntry()
674 void *cookie) in mzProcessZipEntryContents() argument
687 ret = processStoredEntry(pArchive, pEntry, processFunction, cookie); in mzProcessZipEntryContents()
690 ret = processDeflatedEntry(pArchive, pEntry, processFunction, cookie); in mzProcessZipEntryContents()
740 void *cookie) in copyProcessFunction() argument
742 CopyProcessArgs *args = (CopyProcessArgs *)cookie; in copyProcessFunction()
773 void *cookie) in writeProcessFunction() argument
775 int fd = (int)cookie; in writeProcessFunction()
819 void *cookie) { in bufferProcessFunction() argument
820 BufferExtractCookie *bec = (BufferExtractCookie*)cookie; in bufferProcessFunction()
933 void (*callback)(const char *fn, void *), void *cookie, in mzExtractRecursive() argument
1039 if (callback != NULL) callback(targetFile, cookie); in mzExtractRecursive()
1159 if (callback != NULL) callback(targetFile, cookie); in mzExtractRecursive()