BUF_MEM_grow
if (!BUF_MEM_grow(buf, BUFSIZ * 8))
if (!BUF_MEM_grow(buf, num + BUFSIZ))
if (!BUF_MEM_grow(buf, len))
if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) {
if (!BUF_MEM_grow(buf, len))
if (BUF_MEM_grow(pkt->buf, newlen) == 0)
if (!BUF_MEM_grow(buf, size))
if (!BUF_MEM_grow(b, j)) {
if (!BUF_MEM_grow(b, l + 1))
if (!BUF_MEM_grow(b, 200))
if (!BUF_MEM_grow(nm.x->bytes, p - q))
if (!BUF_MEM_grow(a->bytes, len)) {
size_t BUF_MEM_grow(BUF_MEM *str, size_t len);
|| !BUF_MEM_grow(mem, mem_want)) {
if (!BUF_MEM_grow(mem, mem_len + mem_want)) {
|| !BUF_MEM_grow(mem, mem_want)) {
if (!BUF_MEM_grow(mem, mem_len + mem_want)) {
if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) {
if (!BUF_MEM_grow(buf, expected_length)
|| !BUF_MEM_grow(s->init_buf, msglen))