Home
last modified time | relevance | path

Searched refs:init_chunk (Results 1 – 1 of 1) sorted by relevance

/plugin/swiftmail/Swift/Message/
H A DEncoder.php101 if ($init_chunk >= 2)
103 $init_chunk -= 2;
104 $init_chunk = $this->getHcf($init_chunk, 4);
115 if ($init_chunk && $init_chunk < (strlen($string)+2)) $ret .= $le;
121 if ($init_chunk > 2)
130 $init_chunk = 0;
192 if ($init_chunk && $init_chunk < (strlen($string)+3)) $ret .= "=";
201 if ($init_chunk > 3)
220 $init_chunk = 0;
348 if ($init_chunk > 2)
[all …]