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

/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dxdr_rec.c147 char *out_finger; /* next output position */ member in struct:rec_strm
236 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base;
238 rstrm->out_finger += sizeof(u_int32_t);
299 int32_t *dest_lp = ((int32_t *)(void *)(rstrm->out_finger));
301 if ((rstrm->out_finger += sizeof(int32_t)) > rstrm->out_boundry)
307 rstrm->out_finger -= sizeof(int32_t);
310 dest_lp = ((int32_t *)(void *)(rstrm->out_finger));
311 rstrm->out_finger += sizeof(int32_t);
356 current = (size_t)(rstrm->out_boundry - rstrm->out_finger);
358 memmove(rstrm->out_finger, add
[all...]

Completed in 4391 milliseconds