Lines Matching refs:nbytes
242 my $nbytes = shift;
253 if((not defined $nbytes) || ($nbytes < 1)) {
270 while($nread < $nbytes) {
275 $rc = sysread($FH, $$scalar, $nbytes - $nread, $nread);
285 $rc = sysread($FH, $$scalar, $nbytes - $nread, $nread);
328 my $nbytes = shift;
333 $timeout = $sockfilt_timeout + ($nbytes >> 12);
335 if(eXsysread($FH, $scalar, $nbytes, $timeout) != $nbytes) {
352 my $nbytes = shift;
357 $timeout = $sockfilt_timeout + ($nbytes >> 12);
359 if(eXsysread($FH, $scalar, $nbytes, $timeout) != $nbytes) {