Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/util/perl/TLSProxy/
H A DMessage.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/sys/dev/sfxge/common/
H A Defx_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/contrib/googletest/googletest/src/
H A Dgtest-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()