Lines Matching refs:rem_length
488 long rem_length;
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 -- meaning we
532 _FSRead(svr, (char *) NEXTPTR(rep, fsReply), rem_length << 2);