Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl.c1755 BUF_MEM *bio_buf; in PHP_FUNCTION() local
1758 RETVAL_STRINGL((char *)bio_buf->data, bio_buf->length); in PHP_FUNCTION()
1853 BUF_MEM *bio_buf; in PHP_FUNCTION() local
2091 BUF_MEM *bio_buf; in PHP_FUNCTION() local
2802 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2815 ZVAL_STRINGL(&zpkey, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2836 ZVAL_STRINGL(&zextracert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
5757 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
5772 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
6398 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
[all …]

Completed in 25 milliseconds