Home
last modified time | relevance | path

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

/third_party/openssl/crypto/encode_decode/
Dencoder_lib.c396 BIO *allocated_out = NULL; in encoder_process() local
627 else if ((current_out = allocated_out = BIO_new(BIO_s_mem())) in encoder_process()
661 if (allocated_out != NULL) { in encoder_process()
664 BIO_get_mem_ptr(allocated_out, &buf); in encoder_process()
670 BIO_free(allocated_out); in encoder_process()
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
Dencoder_lib.c396 BIO *allocated_out = NULL; in encoder_process() local
627 else if ((current_out = allocated_out = BIO_new(BIO_s_mem())) in encoder_process()
661 if (allocated_out != NULL) { in encoder_process()
664 BIO_get_mem_ptr(allocated_out, &buf); in encoder_process()
670 BIO_free(allocated_out); in encoder_process()