Searched refs:part_bytes (Results 1 – 9 of 9) sorted by relevance
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/lib/Encode/ |
H A D | X11.pm | 315 my $part_bytes = $1; 325 if ($in_utf8 && length($part_bytes) && ! pos($part_bytes)) { 327 $half_bytes = $part_bytes; 328 pos($part_bytes) = length($part_bytes); 331 } elsif ($part_bytes =~ /\G([\x00-\x7F]+)/gc) { 338 } elsif ($part_bytes =~ /\G([^\x00-\x7F]+)/gc) { 365 - length($part_bytes) + pos($part_bytes)
|
/dports/x11/kitty/kitty-0.23.1/kitty_tests/ |
H A D | glfw.py | 66 part_bytes = bytes(part, 'utf-8') 67 length_bytes = len(part_bytes) 70 self.ae(utf_8_strndup(string_bytes, length_bytes).value, part_bytes) 71 prev_part_bytes = part_bytes
|
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/Plugin/ |
H A D | MIMEEval.pm | 308 my @part_bytes; # MIME part total bytes 369 $part_bytes[$part] = 0 if $cd !~ /attachment/; 390 $part_bytes[$part] += length; 483 next if !defined $part_bytes[$i]; 485 $html = $part_bytes[$i]; 488 $text = $part_bytes[$i];
|
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/Plugin/ |
H A D | MIMEEval.pm | 308 my @part_bytes; # MIME part total bytes 369 $part_bytes[$part] = 0 if index($cd, 'attachment') == -1; 390 $part_bytes[$part] += length; 483 next if !defined $part_bytes[$i]; 485 $html = $part_bytes[$i]; 488 $text = $part_bytes[$i];
|
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/amitools/fs/rdb/ |
H A D | Partition.py | 77 part_bytes = self.get_num_bytes() 97 …% (self.num, name, de.low_cyl, de.high_cyl, part_blks, ByteSize.to_byte_size_str(part_bytes), extr…
|
/dports/devel/py-oci/oci-2.53.1/src/oci/object_storage/transfer/internal/ |
H A D | multipart_object_assembler.py | 491 def _upload_stream_part(self, part_num, part_bytes, **kwargs): argument 504 m.update(part_bytes) 521 io.BytesIO(part_bytes), 543 kwargs['progress_callback'](len(part_bytes))
|
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/mgmsrv/ |
H A D | main.cpp | 217 int part_bytes = 0, bytes_printed = 0; in async_local_log_func() local 221 part_bytes = 0; in async_local_log_func()
|
/dports/news/pan/pan-0.145/pan/data-impl/ |
H A D | headers.cc | 579 unsigned long part_bytes (0); in load_headers() local 584 s.pop_token(tok); part_bytes = view_to_ul (tok); in load_headers() 585 part_batch.add_part (number, part_mid, part_bytes); in load_headers()
|
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/ |
H A D | ndbd.cpp | 958 int part_bytes = 0, bytes_printed = 0; in async_log_func() local 962 part_bytes = 0; in async_log_func()
|