Lines Matching refs:len_received
835 int32_t len_received = 0;
904 if ((len_received = (*(rstrm->readit))(rstrm->tcp_handle,
909 rstrm->in_boundry += len_received;
914 len_received += unprocessed;
926 while (len_received > 0) {
1014 if (len_received > sizeof (*header)) {
1015 len_received -= sizeof (*header);
1017 len_received = 0;
1028 if (len_received >= rstrm->fbtbc) {
1029 len_received -= rstrm->fbtbc;
1033 rstrm->fbtbc -= len_received;
1034 rstrm->in_finger += len_received;
1035 len_received = 0;
1047 if (len_received > 0 && rstrm->last_frag) {
1051 len_received = 0;