Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/util/perl/TLSProxy/
HDMessage.pm482 my $old_length;
488 $old_length = ${$self->message_frag_lens}[0] +
491 $old_length = 0;
495 my $suffix = substr($recdata, $self->startoffset + $old_length);
/freebsd-14-stable/sys/dev/sfxge/common/
HDefx_bootcfg.c656 size_t old_length; in efx_dhcp_update_tag() local
673 old_length = hdrp->length; in efx_dhcp_update_tag()
675 if (old_length < value_length) { in efx_dhcp_update_tag()
684 if (available_space < (value_length - old_length)) { in efx_dhcp_update_tag()
703 value_length - old_length); in efx_dhcp_update_tag()
717 if (old_length != value_length) { in efx_dhcp_update_tag()
719 value_length - old_length; in efx_dhcp_update_tag()
/freebsd-14-stable/contrib/googletest/googletest/src/
HDgtest-death-test.cc914 size_t old_length = captured_stderr_.length(); in Wait() local
916 captured_stderr_.resize(old_length + kBufferSize); in Wait()
918 stderr_socket_.read(0, &captured_stderr_.front() + old_length, in Wait()
920 captured_stderr_.resize(old_length + bytes_read); in Wait()