Lines Matching refs:in_nextrecsz
124 uint32_t in_nextrecsz; /* part of next record in buffer */
211 rstrm->in_nextrecsz = 0;
844 * previous reads, and if in_nextrecsz > 0, we need to copy
848 if (rstrm->in_nextrecsz > 0) {
851 rstrm->in_nextrecsz);
853 rstrm->in_boundry = rstrm->in_nextrec + rstrm->in_nextrecsz;
854 unprocessed = rstrm->in_nextrecsz;
855 rstrm->in_nextrecsz = 0;
1049 rstrm->in_nextrecsz = (uint32_t)(rstrm->in_boundry -
1068 if (rstrm->in_nextrecsz == 0)