Searched defs:pbmFound (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/zip/
H A Dunzipcmd.cpp297 uint32_t *pbmFound = NULL; local
300 pbmFound = (uint32_t *)RTMemAllocZ(((pOpts->cFiles + 31) / 32) * sizeof(uint32_t));
301 if (!pbmFound)
340 if (pbmFound)
341 ASMBitSet(pbmFound, iFile);
361 if (!ASMBitTest(pbmFound, iFile))
370 RTMemFree(pbmFound);
H A Dtarcmd.cpp298 uint32_t *pbmFound = NULL; local
301 pbmFound = (uint32_t *)RTMemAllocZ(((pOpts->cFiles + 31) / 32) * sizeof(uint32_t));
302 if (!pbmFound)
339 if (pbmFound)
340 ASMBitSet(pbmFound, iFile);
356 if (!ASMBitTest(pbmFound, iFile))
364 RTMemFree(pbmFound);

Completed in 45 milliseconds