Searched refs:origPtr (Results 1 – 4 of 4) sorted by relevance
253 s->origPtr = 0; in BZ2_decompress()255 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()257 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()259 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()261 if (s->origPtr < 0) in BZ2_decompress()263 if (s->origPtr > 10 + 100000*s->blockSize100k) in BZ2_decompress()497 if (s->origPtr < 0 || s->origPtr >= nblock) in BZ2_decompress()543 i = s->origPtr; in BZ2_decompress()551 while (i != s->origPtr); in BZ2_decompress()553 s->tPos = s->origPtr; in BZ2_decompress()[all …]
213 Int32 origPtr; member372 Int32 origPtr; member
1083 s->origPtr = -1; in BZ2_blockSort()1086 { s->origPtr = i; break; }; in BZ2_blockSort()1088 AssertH( s->origPtr != -1, 1003 ); in BZ2_blockSort()
650 bsW ( s, 24, s->origPtr ); in BZ2_compressBlock()