OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
388
void
processFunction
();
455
processFunction
();
496
void SlotTracker::
processFunction
() {
497
ST_DEBUG("begin
processFunction
!\n");
552
ST_DEBUG("end
processFunction
!\n");
[
all
...]
Completed in 85 milliseconds