Searched refs:origPtr (Results 1 – 4 of 4) sorted by relevance
296 s->origPtr = 0; in BZ2_decompress()298 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()300 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()302 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()304 if (s->origPtr < 0) in BZ2_decompress()306 if (s->origPtr > 10 + 100000*s->blockSize100k) in BZ2_decompress()533 if (s->origPtr < 0 || s->origPtr >= nblock) in BZ2_decompress()560 i = s->origPtr; in BZ2_decompress()568 while (i != s->origPtr); in BZ2_decompress()573 s->tPos = s->origPtr; in BZ2_decompress()[all …]
245 Int32 origPtr; member400 Int32 origPtr; member
1123 s->origPtr = -1; in BZ2_blockSort()1126 { s->origPtr = i; break; }; in BZ2_blockSort()1128 AssertH( s->origPtr != -1, 1003 ); in BZ2_blockSort()
691 bsW ( s, 24, s->origPtr ); in BZ2_compressBlock()