Home
last modified time | relevance | path

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 DX11.pm315 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 Dglfw.py66 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 DMIMEEval.pm308 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 DMIMEEval.pm308 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 DPartition.py77 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 Dmultipart_object_assembler.py491 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 Dmain.cpp217 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 Dheaders.cc579 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 Dndbd.cpp958 int part_bytes = 0, bytes_printed = 0; in async_log_func() local
962 part_bytes = 0; in async_log_func()