Home | History | Annotate | Download | only in applypatch

Lines Matching defs:cookie

677   void* cookie;
678 int ret = StartIteration(handle, &cookie, nullptr, nullptr);
688 while ((ret = Next(cookie, &entry, &name)) == 0) {
702 EndIteration(cookie);