Searched refs:in_base (Results 1 – 2 of 2) sorted by relevance
105 caddr_t in_base; /* input buffer */ member179 rstrm->in_base = malloc(rstrm->recvsize); in xdrrec_create()180 if (rstrm->in_base == NULL) { in xdrrec_create()202 rstrm->in_boundry = rstrm->in_base; in xdrrec_create()210 rstrm->in_nextrec = rstrm->in_base; in xdrrec_create()224 (void) memcpy(rstrm->in_base, rstrm->in_finger, current); in align_instream()225 rstrm->in_finger = rstrm->in_base; in align_instream()451 (newpos >= rstrm->in_base)) { in xdrrec_setpos()505 free(rstrm->in_base); in xdrrec_destroy()650 where = rstrm->in_base; in fill_input_buf()[all …]
111 caddr_t in_base; member156 rstrm->in_base = rstrm->out_base + sendsize; in xdrrec_create()171 rstrm->in_boundry = rstrm->in_base; in xdrrec_create()332 (newpos >= rstrm->in_base)) { in xdrrec_setpos()485 where = rstrm->in_base; in fill_input_buf()