Home | History | Annotate | Download | only in applypatch

Lines Matching refs:cdcount

218   int cdcount = Read2(img+i+8);
221 ZipFileEntry* temp_entries = malloc(cdcount * sizeof(ZipFileEntry));
225 for (i = 0; i < cdcount; ++i) {