Searched refs:out_finger (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c97 caddr_t out_finger; /* next output position */ member in struct:rec_strm
196 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base;
199 rstrm->out_finger += sizeof (uint_t);
271 int32_t *dest_lp = ((int32_t *)(rstrm->out_finger));
273 if ((rstrm->out_finger += sizeof (int32_t)) > rstrm->out_boundry) {
278 rstrm->out_finger -= sizeof (int32_t);
283 dest_lp = ((int32_t *)(rstrm->out_finger));
284 rstrm->out_finger += sizeof (int32_t);
352 (uintptr_t)rstrm->out_finger;
354 (void) memcpy(rstrm->out_finger, add
[all...]

Completed in 21 milliseconds