Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl.c2800 BIO * bio_in = NULL; in PHP_FUNCTION() local
2811 bio_in = BIO_new(BIO_s_mem()); in PHP_FUNCTION()
2884 BIO_free(bio_in); in PHP_FUNCTION()
5887 BIO * bio_in = NULL, * bio_out = NULL; in PHP_FUNCTION() local
5900 bio_in = BIO_new(BIO_s_mem()); in PHP_FUNCTION()
5901 if (bio_in == NULL) { in PHP_FUNCTION()
5971 BIO_free(bio_in); in PHP_FUNCTION()
6535 BIO * bio_in = NULL, * bio_out = NULL; in PHP_FUNCTION() local
6548 bio_in = BIO_new(BIO_s_mem()); in PHP_FUNCTION()
6549 if (bio_in == NULL) { in PHP_FUNCTION()
[all …]

Completed in 20 milliseconds