HomeSort by relevance Sort by last modified time
    Searched full:processfunction (Results 1 - 5 of 5) sorted by null

  /bootable/recovery/minzip/
Zip.h 104 * passing cookie to it each time it gets called. processFunction
107 * If processFunction returns false, the operation is abandoned and
113 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction,
Zip.c 495 /* Call processFunction on the uncompressed data of a STORED entry.
498 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction,
501 return processFunction(pArchive->addr + pEntry->offset, pEntry->uncompLen, cookie);
505 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction,
562 bool ret = processFunction(procBuf, procSize, cookie);
593 * passing cookie to it each time it gets called. processFunction
596 * If processFunction returns false, the operation is abandoned and
602 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction,
610 ret = processStoredEntry(pArchive, pEntry, processFunction, cookie);
613 ret = processDeflatedEntry(pArchive, pEntry, processFunction, cookie)
    [all...]
  /external/google-breakpad/src/common/
stabs_reader.cc 177 if (! ProcessFunction())
221 bool StabsReader::ProcessFunction() {
stabs_reader.h 195 bool ProcessFunction();
  /external/llvm/lib/IR/
AsmWriter.cpp 650 void processFunction();
718 processFunction();
762 void SlotTracker::processFunction() {
763 ST_DEBUG("begin processFunction!\n");
803 ST_DEBUG("end processFunction!\n");
    [all...]

Completed in 120 milliseconds