Lines Matching refs:data
706 DUMMY_INPUT_EOF, /* need more input data */
1113 // we have some data in (p->tempBuf)
1124 // ahead - the size of new data copied from (src) to (p->tempBuf)
1125 // rem - the size of temp buffer including new data from (src)
1258 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
1266 dicSize = data[1] | ((UInt32)data[2] << 8) | ((UInt32)data[3] << 16) | ((UInt32)data[4] << 24);
1272 d = data[0];