Home | History | Annotate | Download | only in bootanimation

Lines Matching defs:cookie

701     void *cookie = NULL;
703 if (!zip->startIteration(&cookie)) {
709 while ((entry = zip->nextEntry(cookie)) != NULL) {
792 zip->endIteration(cookie);