Lines Matching refs:srcPtr
7534 const char *srcPtr = reinterpret_cast<const char *>(src); in CompressZip() local
7539 const char *stop = srcPtr + src_size; in CompressZip()
7542 if (srcPtr < stop) in CompressZip()
7543 *(t1++) = *(srcPtr++); in CompressZip()
7547 if (srcPtr < stop) in CompressZip()
7548 *(t2++) = *(srcPtr++); in CompressZip()
7799 const char *srcPtr = reinterpret_cast<const char *>(src); in CompressRle() local
7804 const char *stop = srcPtr + src_size; in CompressRle()
7807 if (srcPtr < stop) in CompressRle()
7808 *(t1++) = *(srcPtr++); in CompressRle()
7812 if (srcPtr < stop) in CompressRle()
7813 *(t2++) = *(srcPtr++); in CompressRle()