HomeSort by relevance Sort by last modified time
    Searched refs:processFunction (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/minzip/
Zip.h 148 * passing cookie to it each time it gets called. processFunction
151 * If processFunction returns false, the operation is abandoned and
157 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction,
Zip.c 525 /* Call processFunction on the uncompressed data of a STORED entry.
528 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction,
547 ret = processFunction(buf, n, cookie);
557 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction,
633 bool ret = processFunction(procBuf, procSize, cookie);
664 * passing cookie to it each time it gets called. processFunction
667 * If processFunction returns false, the operation is abandoned and
673 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction,
687 ret = processStoredEntry(pArchive, pEntry, processFunction, cookie);
690 ret = processDeflatedEntry(pArchive, pEntry, processFunction, cookie)
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 415 void processFunction();
481 processFunction();
522 void SlotTracker::processFunction() {
523 ST_DEBUG("begin processFunction!\n");
578 ST_DEBUG("end processFunction!\n");
    [all...]

Completed in 148 milliseconds