Searched refs:xb_ptr (Results 1 – 1 of 1) sorted by relevance
116 char * xb_ptr; /* pointer to current position */ member167 xbp->xb_ptr = buf; in xb_init_buffer()213 xbp->xb_u.xb_buffer.xbb_len = xbp->xb_ptr - xbp->xb_u.xb_buffer.xbb_base; in xb_set_cur_buf_len()234 xbp->xb_ptr += tlen; in xb_advance()252 offset = xbp->xb_ptr - xbp->xb_u.xb_buffer.xbb_base; in xb_offset()269 xbp->xb_ptr = xbp->xb_u.xb_buffer.xbb_base + offset; in xb_seek()334 xbp->xb_ptr = newbuf + oldsize; in xb_grow()374 bcopy(buf, xbp->xb_ptr, tlen); in xb_add_bytes()376 bzero(xbp->xb_ptr, tlen); in xb_add_bytes()378 xbp->xb_ptr += tlen; in xb_add_bytes()[all …]