Lines Matching refs:cookie
529 void *cookie)
547 ret = processFunction(buf, n, cookie);
558 void *cookie)
633 bool ret = processFunction(procBuf, procSize, cookie);
664 * passing cookie to it each time it gets called. processFunction
674 void *cookie)
687 ret = processStoredEntry(pArchive, pEntry, processFunction, cookie);
690 ret = processDeflatedEntry(pArchive, pEntry, processFunction, cookie);
740 void *cookie)
742 CopyProcessArgs *args = (CopyProcessArgs *)cookie;
773 void *cookie)
775 int fd = (int)cookie;
819 void *cookie) {
820 BufferExtractCookie *bec = (BufferExtractCookie*)cookie;
933 void (*callback)(const char *fn, void *), void *cookie)
1037 if (callback != NULL) callback(targetFile, cookie);
1142 if (callback != NULL) callback(targetFile, cookie);