Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php242 $bytes = chr($tag | 0x1f) . $this->intToVlqBytes($type->getTagNumber()) . $bytes;
587 protected function intToVlqBytes($int)
692 $bytes .= $this->intToVlqBytes($oid);
728 $bytes = $this->intToVlqBytes($firstAndSecond);
731 $bytes .= $this->intToVlqBytes($oids[$i]);
548 protected function intToVlqBytes($int) global() function in FreeDSx\\Asn1\\Encoder\\BerEncoder