Lines Matching refs:_next
178 stream->_data = stream->_next = 0;
367 stream->_next = (unsigned char*)loc+offset;
385 stream->_data = stream->_next = (unsigned char*)cp;
403 stream->_data = stream->_next = old+n;
417 stream->_next = stream->_data+n;
431 top = stream->_next;
434 if(extra > (stream->_endb-stream->_next))
443 stream->_next = stream->_data += roundof(top-old,STK_ALIGN);
479 stream->_data = stream->_next = cp+n;
559 return((char*)(stream->_next = stream->_data+m));