Lines Matching refs:bytesleft
1216 if (bytesleft < (LEN)) { \
1224 int bytesleft, len; in dovend_rfc1048() local
1292 bytesleft = ((byte*)bp + pktlen) - vp; in dovend_rfc1048()
1296 pktlen, bytesleft); in dovend_rfc1048()
1302 bytesleft -= 4; in dovend_rfc1048()
1309 bytesleft -= 6; /* Fix real count */ in dovend_rfc1048()
1313 &vp, &bytesleft); in dovend_rfc1048()
1324 bytesleft -= 4; /* Tag, length, and 16 bit blocksize */ in dovend_rfc1048()
1342 bytesleft -= len + 3; in dovend_rfc1048()
1350 len = dovend_rfc1497(hp, vp, bytesleft - 1); in dovend_rfc1048()
1352 bytesleft -= len; in dovend_rfc1048()
1357 bytesleft--; in dovend_rfc1048()
1360 if (bytesleft > 0) { in dovend_rfc1048()
1364 bzero(vp, bytesleft); in dovend_rfc1048()