Searched refs:BYTES (Results 1 – 5 of 5) sorted by relevance
1457 sub BYTES() { 3 } subroutine1516 $self->[BYTES] -= length($oldval);1520 $self->[BYTES] += length($val);1521 $self->flush if $self->[BYTES] > $self->[MAX];1528 $self->[BYTES] -= length $old_data;1546 $self->[BYTES] -= length $old_data;1589 $self->[BYTES] = 0;1607 $self->[BYTES] -= length($oldval) if defined $oldval;1610 $self->[BYTES] += length($val);1611 $self->[BYTES] -= length($oldval) if defined $oldval;[all …]
291 $BYTES = 12 ;
1809 enum { LINES, BYTES, UPTO, READALL } readmode = LINES; in c_read() enumerator1840 readmode = c == 'N' ? BYTES : UPTO; in c_read()1987 case BYTES: in c_read()
315 BYTES is the length of the needed value.
700 # FALSE or BYTES for bytes/second.702 # BYTES,ETA to show BYTES/second with estimated completion time.704 # BYTES2,ETA to show BYTES/second with estimated completion time using 2-digits.706 SHOW_KB_RATE:BYTES,ETA