HomeSort by: relevance | last modified time | path
    Searched defs:in_boundry (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/rpc/
xdr_rec.c 145 char *in_boundry; /* can read up to this location */ member in struct:rec_strm
231 rstrm->in_boundry = rstrm->in_base;
232 rstrm->in_finger = (rstrm->in_boundry += recvsize);
258 (((uintptr_t)rstrm->in_boundry - (uintptr_t)buflp) >= sizeof(int32_t))) {
357 pos -= rstrm->in_boundry - rstrm->in_finger;
390 (newpos <= rstrm->in_boundry) &&
421 ((rstrm->in_finger + len) <= rstrm->in_boundry)) {
464 if (rstrm->in_finger == rstrm->in_boundry &&
499 if (rstrm->in_finger == rstrm->in_boundry)
602 rstrm->in_boundry = rstrm->in_base + rstrm->in_reclen
    [all...]

Completed in 34 milliseconds