Lines Matching refs:bio_buf
1779 BUF_MEM *bio_buf; in PHP_FUNCTION() local
1781 BIO_get_mem_ptr(out, &bio_buf); in PHP_FUNCTION()
1782 RETVAL_STRINGL((char *)bio_buf->data, bio_buf->length); in PHP_FUNCTION()
1877 BUF_MEM *bio_buf; in PHP_FUNCTION() local
1879 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
1880 ZEND_TRY_ASSIGN_REF_STRINGL(zout, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2115 BUF_MEM *bio_buf; in PHP_FUNCTION() local
2241 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
2242 add_assoc_stringl(&subitem, extname, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2249 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
2250 add_assoc_stringl(&subitem, extname, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2765 BUF_MEM *bio_buf; in PHP_FUNCTION() local
2767 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
2768 ZEND_TRY_ASSIGN_REF_STRINGL(zout, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2830 BUF_MEM *bio_buf; in PHP_FUNCTION() local
2831 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
2832 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2843 BUF_MEM *bio_buf; in PHP_FUNCTION() local
2844 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
2845 ZVAL_STRINGL(&zpkey, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2864 BUF_MEM *bio_buf; in PHP_FUNCTION() local
2865 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
2866 ZVAL_STRINGL(&zextracert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
3207 BUF_MEM *bio_buf; in PHP_FUNCTION() local
3209 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
3210 ZEND_TRY_ASSIGN_REF_STRINGL(zout, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
5944 BUF_MEM *bio_buf; in PHP_FUNCTION() local
5945 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
5946 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
5959 BUF_MEM *bio_buf; in PHP_FUNCTION() local
5960 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
5961 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
6585 BUF_MEM *bio_buf; in PHP_FUNCTION() local
6586 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
6587 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
6600 BUF_MEM *bio_buf; in PHP_FUNCTION() local
6601 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
6602 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()