Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dopenssl.c2845 BIO * bio_in = NULL; in PHP_FUNCTION() local
2856 bio_in = BIO_new(BIO_s_mem()); in PHP_FUNCTION()
2929 BIO_free(bio_in); in PHP_FUNCTION()
5573 BIO * bio_in = NULL, * bio_out = NULL; in PHP_FUNCTION() local
5586 bio_in = BIO_new(BIO_s_mem()); in PHP_FUNCTION()
5587 if (bio_in == NULL) { in PHP_FUNCTION()
5657 BIO_free(bio_in); in PHP_FUNCTION()
6221 BIO * bio_in = NULL, * bio_out = NULL; in PHP_FUNCTION() local
6234 bio_in = BIO_new(BIO_s_mem()); in PHP_FUNCTION()
6235 if (bio_in == NULL) { in PHP_FUNCTION()
[all …]

Completed in 24 milliseconds