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

/xsrc/external/mit/libFS/dist/src/
H A DFSlibInt.c488 long rem_length; local in function:_FSReply
504 rem_length = rep->generic.length - (SIZEOF(fsReply) >> 2);
505 if (rem_length < 0) rem_length = 0;
507 if (discard && rem_length)
509 _EatData32(svr, rem_length);
512 if (extra == rem_length) {
520 if (extra < rem_length) {
524 _EatData32(svr, rem_length - extra);
528 * if we get here, then extra > rem_length
[all...]

Completed in 3 milliseconds