Symbol: BUF_MEM_new
crypto/openssl/apps/asn1parse.c
191
if ((buf = BUF_MEM_new()) == NULL)
crypto/openssl/crypto/asn1/a_d2i_fp.c
124
b = BUF_MEM_new();
crypto/openssl/crypto/buffer/buffer.c
25
ret = BUF_MEM_new();
crypto/openssl/crypto/conf/conf_def.c
232
if ((buff = BUF_MEM_new()) == NULL) {
crypto/openssl/crypto/conf/conf_def.c
647
if ((buf = BUF_MEM_new()) == NULL)
crypto/openssl/crypto/dsa/dsa_sign.c
88
if ((buf = BUF_MEM_new()) == NULL
crypto/openssl/crypto/ec/ec_asn1.c
1237
if ((buf = BUF_MEM_new()) == NULL
crypto/openssl/crypto/txt_db/txt_db.c
194
if ((buf = BUF_MEM_new()) == NULL)
crypto/openssl/crypto/txt_db/txt_db.c
31
if ((buf = BUF_MEM_new()) == NULL)
crypto/openssl/crypto/x509/by_dir.c
115
if ((a->buffer = BUF_MEM_new()) == NULL) {
crypto/openssl/crypto/x509/by_dir.c
254
if ((b = BUF_MEM_new()) == NULL) {
crypto/openssl/crypto/x509/x509_obj.c
42
if ((b = BUF_MEM_new()) == NULL)
crypto/openssl/crypto/x509/x_name.c
100
if ((ret->bytes = BUF_MEM_new()) == NULL) {
crypto/openssl/engines/e_loader_attic.c
463
if ((mem = BUF_MEM_new()) == NULL) {
crypto/openssl/include/openssl/buffer.h
50
BUF_MEM *BUF_MEM_new(void);
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
172
if ((mem = BUF_MEM_new()) == NULL
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
240
if ((mem = BUF_MEM_new()) == NULL
crypto/openssl/ssl/quic/quic_channel.c
1878
if ((buf_mem = BUF_MEM_new()) == NULL)
crypto/openssl/ssl/quic/quic_channel.c
3240
if ((buf_mem = BUF_MEM_new()) == NULL)
crypto/openssl/ssl/quic/quic_channel.c
572
buf_mem = BUF_MEM_new();
crypto/openssl/ssl/quic/quic_port.c
896
BUF_MEM *buf_mem = BUF_MEM_new();
crypto/openssl/ssl/statem/statem.c
433
if ((buf = BUF_MEM_new()) == NULL) {
crypto/openssl/ssl/statem/statem_clnt.c
2192
BUF_MEM *buf = BUF_MEM_new();
crypto/openssl/ssl/statem/statem_clnt.c
3879
if ((buf = BUF_MEM_new()) == NULL || !WPACKET_init(&tmppkt, buf))
crypto/openssl/ssl/statem/statem_srvr.c
3845
BUF_MEM *buf = BUF_MEM_new();
crypto/openssl/test/punycode_test.c
209
if (!TEST_ptr(in = BUF_MEM_new()))
crypto/openssl/test/quic_multistream_test.c
4976
if (!TEST_ptr(buf = BUF_MEM_new()))
crypto/openssl/test/quic_txp_test.c
440
if (!TEST_ptr(buf_mem = BUF_MEM_new()))
crypto/openssl/test/quic_txp_test.c
515
if (!TEST_ptr(buf_mem = BUF_MEM_new()))
crypto/openssl/test/quic_wire_test.c
1289
if (!TEST_ptr(buf = BUF_MEM_new()))
crypto/openssl/test/quicapitest.c
2193
if (!TEST_ptr(old_bufm = BUF_MEM_new()))
crypto/openssl/test/quicapitest.c
2206
|| !TEST_ptr(new_bufm = BUF_MEM_new())
crypto/openssl/test/wpackettest.c
633
if (!TEST_ptr(buf = BUF_MEM_new()))