Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dopenssl.c2769 BIO * bio_in = NULL; in PHP_FUNCTION() local
2780 bio_in = BIO_new(BIO_s_mem()); in PHP_FUNCTION()
2853 BIO_free(bio_in); in PHP_FUNCTION()
5661 BIO * bio_in = NULL, * bio_out = NULL; in PHP_FUNCTION() local
5674 bio_in = BIO_new(BIO_s_mem()); in PHP_FUNCTION()
5675 if (bio_in == NULL) { in PHP_FUNCTION()
5745 BIO_free(bio_in); in PHP_FUNCTION()
6309 BIO * bio_in = NULL, * bio_out = NULL; in PHP_FUNCTION() local
6322 bio_in = BIO_new(BIO_s_mem()); in PHP_FUNCTION()
6323 if (bio_in == NULL) { in PHP_FUNCTION()
[all …]

Completed in 21 milliseconds