Home
last modified time | relevance | path

Searched refs:xb_ptr (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/nfs/
H A Dxdr_subs.h116 char * xb_ptr; /* pointer to current position */ member
169 xbp->xb_ptr = buf; in xb_init_buffer()
215 xbp->xb_u.xb_buffer.xbb_len = xbp->xb_ptr - xbp->xb_u.xb_buffer.xbb_base; in xb_set_cur_buf_len()
236 xbp->xb_ptr += tlen; in xb_advance()
254 offset = xbp->xb_ptr - xbp->xb_u.xb_buffer.xbb_base; in xb_offset()
271 xbp->xb_ptr = xbp->xb_u.xb_buffer.xbb_base + offset; in xb_seek()
361 xbp->xb_ptr = newbuf + oldsize; in xb_grow()
401 bcopy(buf, xbp->xb_ptr, tlen); in xb_add_bytes()
403 bzero(xbp->xb_ptr, tlen); in xb_add_bytes()
405 xbp->xb_ptr += tlen; in xb_add_bytes()
[all …]