Home
last modified time | relevance | path

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

/src/crypto/krb5/src/util/support/
H A Dipc_stream.c64 uint64_t old_max_size = io_stream->max_size; in krb5int_ipc_stream_reallocate() local
67 if (in_new_size > old_max_size) { in krb5int_ipc_stream_reallocate()
74 } else if ((in_new_size + K5_IPC_STREAM_SIZE_INCREMENT) < old_max_size) { in krb5int_ipc_stream_reallocate()