Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessage.php55 public function getLastPosition(): ?int function in FreeDSx\\Socket\\Queue\\Message
H A DAsn1MessageQueue.php62 $message = new Message($asn1, $this->encoder->getLastPosition());
H A DMessageQueue.php131 $lastPos = (int)$message->getLastPosition();
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DEncoderInterface.php61 public function getLastPosition(): ?int; function
H A DBerEncoder.php295 public function getLastPosition(): ?int
256 public function getLastPosition() : ?int global() function in FreeDSx\\Asn1\\Encoder\\BerEncoder
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md38 * Added a 'getLastPosition' method for encoders. Returns the last position in the byte stream the decoder stopped at.