Lines Matching defs:data
331 Byte *data = MTDEC__DATA_PTR_FROM_LINK(link);
332 Byte *parseData = data;
349 res = SeqInStream_ReadMax(p->inStream, data, &size);
368 // we want to decode all data before error
425 memcpy(data, parseData, size);
433 memcpy(data, parseData, parse.srcSize);
461 // we reduce data size to required bytes (parsed only)
474 // partial parsed - is not in initial cross block - we need to copy new data to cross block
919 const Byte *data = MTDEC__DATA_PTR_FROM_LINK(p->crossBlock) + p->crossStart;
923 return data;