Searched refs:bio_buf (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/openssl/ |
H A D | openssl.c | 1779 BUF_MEM *bio_buf; in PHP_FUNCTION() local 1782 RETVAL_STRINGL((char *)bio_buf->data, bio_buf->length); in PHP_FUNCTION() 1877 BUF_MEM *bio_buf; in PHP_FUNCTION() local 2115 BUF_MEM *bio_buf; in PHP_FUNCTION() local 2832 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION() 2845 ZVAL_STRINGL(&zpkey, bio_buf->data, bio_buf->length); in PHP_FUNCTION() 2866 ZVAL_STRINGL(&zextracert, bio_buf->data, bio_buf->length); in PHP_FUNCTION() 5946 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION() 5961 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION() 6587 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION() [all …]
|
Completed in 21 milliseconds