Symbol: BUF_MEM_grow
crypto/openssl/apps/asn1parse.c
202
if (!BUF_MEM_grow(buf, BUFSIZ * 8))
crypto/openssl/apps/asn1parse.c
226
if (!BUF_MEM_grow(buf, num + BUFSIZ))
crypto/openssl/apps/asn1parse.c
361
if (!BUF_MEM_grow(buf, len))
crypto/openssl/crypto/conf/conf_def.c
255
if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) {
crypto/openssl/crypto/conf/conf_def.c
651
if (!BUF_MEM_grow(buf, len))
crypto/openssl/crypto/packet.c
68
if (BUF_MEM_grow(pkt->buf, newlen) == 0)
crypto/openssl/crypto/txt_db/txt_db.c
33
if (!BUF_MEM_grow(buf, size))
crypto/openssl/crypto/x509/by_dir.c
270
if (!BUF_MEM_grow(b, j)) {
crypto/openssl/crypto/x509/x509_obj.c
120
if (!BUF_MEM_grow(b, l + 1))
crypto/openssl/crypto/x509/x509_obj.c
44
if (!BUF_MEM_grow(b, 200))
crypto/openssl/crypto/x509/x_name.c
180
if (!BUF_MEM_grow(nm.x->bytes, p - q))
crypto/openssl/crypto/x509/x_name.c
270
if (!BUF_MEM_grow(a->bytes, len)) {
crypto/openssl/include/openssl/buffer.h
53
size_t BUF_MEM_grow(BUF_MEM *str, size_t len);
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
173
|| !BUF_MEM_grow(mem, mem_want)) {
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
194
if (!BUF_MEM_grow(mem, mem_len + mem_want)) {
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
241
|| !BUF_MEM_grow(mem, mem_want)) {
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
262
if (!BUF_MEM_grow(mem, mem_len + mem_want)) {
crypto/openssl/ssl/statem/statem.c
437
if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) {
crypto/openssl/ssl/statem/statem_lib.c
2932
if (!BUF_MEM_grow(buf, expected_length)
crypto/openssl/ssl/statem/statem_lib.c
86
|| !BUF_MEM_grow(s->init_buf, msglen))