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

/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dxdr_rec.c148 char *out_boundry; /* data cannot up to this address */ member in struct:rec_strm
236 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base;
239 rstrm->out_boundry += sendsize;
301 if ((rstrm->out_finger += sizeof(int32_t)) > rstrm->out_boundry)
356 current = (size_t)(rstrm->out_boundry - rstrm->out_finger);
362 if (rstrm->out_finger == rstrm->out_boundry) {
418 (newpos < rstrm->out_boundry)) {
452 if ((rstrm->out_finger + len) <= rstrm->out_boundry) {
562 (rstrm->out_finger + sizeof(u_int32_t) >= rstrm->out_boundry)) {

Completed in 65 milliseconds