Searched refs:offGnuLongCur (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/zip/
H A Dtarvfs.cpp89 uint32_t offGnuLongCur; member in struct:RTZIPTARREADER
484 Assert(pThis->offGnuLongCur == 0); Assert(pThis->szName[0] == '\0');
507 Assert(pThis->offGnuLongCur == 0); Assert(pThis->szName[0] == '\0');
567 pThis->offGnuLongCur = 0;
607 pThis->offGnuLongCur = 0;
633 if (cbIncoming + pThis->offGnuLongCur > pThis->cbGnuLongExpect)
636 && cbIncoming + pThis->offGnuLongCur != pThis->cbGnuLongExpect)
640 pszDst += pThis->offGnuLongCur;
643 pThis->offGnuLongCur += (uint32_t)cbIncoming;
644 if (pThis->offGnuLongCur
[all...]

Completed in 44 milliseconds