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

/vbox/src/VBox/Runtime/common/zip/
H A Dzip.cpp172 uint8_t *pbInput; member in struct:RTZIPCOMP::__anon16590::__anon16592
236 uint8_t *pbInput; member in struct:RTZIPDECOMP::__anon16593::__anon16595
994 size_t cb = pZip->u.LZF.pbInput - &pZip->u.LZF.abInput[0];
995 pZip->u.LZF.pbInput = &pZip->u.LZF.abInput[0];
1031 memcpy(pZip->u.LZF.pbInput, pvBuf, cbBuf);
1032 pZip->u.LZF.pbInput += cbBuf;
1082 pZip->u.LZF.pbInput = &pZip->u.LZF.abInput[0];
1230 pZip->u.LZF.pbInput = &pZip->abBuffer[0];
1232 pHdr = (PCRTZIPLZFHDR)pZip->u.LZF.pbInput;
1238 memmove(&pZip->abBuffer[0], pZip->u.LZF.pbInput, cbCu
[all...]

Completed in 46 milliseconds