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

/vbox/src/VBox/Runtime/common/zip/
H A Dtarvfs.cpp87 uint32_t cbGnuLongExpect; member in struct:RTZIPTARREADER
566 pThis->cbGnuLongExpect = cb;
608 pThis->cbGnuLongExpect = 0;
633 if (cbIncoming + pThis->offGnuLongCur > pThis->cbGnuLongExpect)
636 && cbIncoming + pThis->offGnuLongCur != pThis->cbGnuLongExpect)
644 if (pThis->offGnuLongCur == pThis->cbGnuLongExpect)

Completed in 44 milliseconds