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

/vbox/src/VBox/Runtime/common/zip/
H A Dzip.cpp174 size_t cbInputFree; member in struct:RTZIPCOMP::__anon16590::__anon16592
996 pZip->u.LZF.cbInputFree = sizeof(pZip->u.LZF.abInput);
1014 && cbBuf > pZip->u.LZF.cbInputFree)
1016 && pZip->u.LZF.cbInputFree != sizeof(pZip->u.LZF.abInput))
1030 Assert(pZip->u.LZF.cbInputFree >= cbBuf);
1033 pZip->u.LZF.cbInputFree -= cbBuf;
1037 Assert(pZip->u.LZF.cbInputFree == sizeof(pZip->u.LZF.abInput));
1083 pZip->u.LZF.cbInputFree = sizeof(pZip->u.LZF.abInput);

Completed in 48 milliseconds