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

/vbox/src/VBox/Runtime/common/zip/
H A Dzip.cpp176 uint8_t abInput[RTZIPLZF_MAX_UNCOMPRESSED_DATA_SIZE]; member in struct:RTZIPCOMP::__anon16590::__anon16592
994 size_t cb = pZip->u.LZF.pbInput - &pZip->u.LZF.abInput[0];
995 pZip->u.LZF.pbInput = &pZip->u.LZF.abInput[0];
996 pZip->u.LZF.cbInputFree = sizeof(pZip->u.LZF.abInput);
998 return rtZipLZFCompressBuffer(pZip, pZip->u.LZF.abInput, cb);
1016 && pZip->u.LZF.cbInputFree != sizeof(pZip->u.LZF.abInput))
1037 Assert(pZip->u.LZF.cbInputFree == sizeof(pZip->u.LZF.abInput));
1082 pZip->u.LZF.pbInput = &pZip->u.LZF.abInput[0];
1083 pZip->u.LZF.cbInputFree = sizeof(pZip->u.LZF.abInput);

Completed in 48 milliseconds