Home
last modified time | relevance | path

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

/PHP-8.2/ext/openssl/
H A Dopenssl.c2729 BIO * bio_in = NULL; in PHP_FUNCTION() local
2740 bio_in = BIO_new(BIO_s_mem()); in PHP_FUNCTION()
2813 BIO_free(bio_in); in PHP_FUNCTION()
5459 BIO * bio_in = NULL, * bio_out = NULL; in PHP_FUNCTION() local
5472 bio_in = BIO_new(BIO_s_mem()); in PHP_FUNCTION()
5473 if (bio_in == NULL) { in PHP_FUNCTION()
5543 BIO_free(bio_in); in PHP_FUNCTION()
6107 BIO * bio_in = NULL, * bio_out = NULL; in PHP_FUNCTION() local
6120 bio_in = BIO_new(BIO_s_mem()); in PHP_FUNCTION()
6121 if (bio_in == NULL) { in PHP_FUNCTION()
[all …]

Completed in 36 milliseconds