Lines Matching refs:strlen

1456                 if (strlen($temp) == 255) {
1491 if (strlen($extra)) {
1507 … if (is_bool($response) || !strlen($response) || ord($response[0]) != NET_SSH2_MSG_KEXINIT) {
1644 || !strlen($kexinit_payload_server)
1822 … $data = pack('CNa*', constant($clientKexInitMessage), strlen($ourPublicBytes), $ourPublicBytes);
1857 if (strlen($this->signature) < 4) {
1927 $keyBytes = pack('Na*', strlen($keyBytes), $keyBytes);
1941 while ($this->encrypt_block_size > strlen($iv)) {
1961 while ($encryptKeyLength > strlen($key)) {
1986 while ($this->decrypt_block_size > strlen($iv)) {
2007 while ($decryptKeyLength > strlen($key)) {
2045 while ($createKeyLength > strlen($key)) {
2066 while ($checkKeyLength > strlen($key)) {
2396 if (strlen($this->last_interactive_response)) {
2538 if (strlen($this->last_interactive_response)) {
2571 if (substr($prompt, 0, strlen($key)) == $key) {
2580 if (strlen($this->last_interactive_response)) {
3134 $pos = strlen($match) ? strpos($this->interactiveBuffer, $match) : false;
3136 return Strings::shift($this->interactiveBuffer, $pos + strlen($match));
3141 return Strings::shift($this->interactiveBuffer, strlen($this->interactiveBuffer));
3456 if (!strlen($raw)) {
3535 if (strlen($raw) < 5) {
3554 if (strlen($buffer)) {
3563 if ($hmac === false || strlen($hmac) != $this->hmac_size) {
3687 $remaining_length -= strlen($temp);
3749 if (strlen($payload) == 31) {
3986 $this->window_size_server_to_client[$channel] -= strlen($response);
4031 if (strlen($error_message)) {
4197 $packet_length = strlen($data) + 9;
4204 $padding_length = $packet_length - strlen($data) - 5;
4296 if (strlen($packet) != $sent) {
4298 throw new \RuntimeException("Only $sent of " . strlen($packet) . " bytes were sent");
4314 if (strlen($message_number) > 2) {
4326 $this->log_size += strlen($message);
4329 $this->log_size -= strlen(array_shift($this->message_log));
4367 … fseek($this->realtime_log_file, ftell($this->realtime_log_file) - strlen($temp));
4369 $this->realtime_log_size += strlen($entry);
4372 $this->realtime_log_size = strlen($entry);
4390 while (strlen($data)) {
4414 $this->window_size_client_to_server[$client_channel] -= strlen($temp);
4550 if (strlen($current_log)) {
4556 }, $fragment), strlen($this->log_boundary));
4563 } while (strlen($current_log));