Lines Matching refs:bio_buf
1830 BUF_MEM *bio_buf; in PHP_FUNCTION() local
1832 BIO_get_mem_ptr(out, &bio_buf); in PHP_FUNCTION()
1833 RETVAL_STRINGL((char *)bio_buf->data, bio_buf->length); in PHP_FUNCTION()
1931 BUF_MEM *bio_buf; in PHP_FUNCTION() local
1933 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
1934 ZEND_TRY_ASSIGN_REF_STRINGL(zout, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2169 BUF_MEM *bio_buf; in PHP_FUNCTION() local
2295 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
2296 add_assoc_stringl(&subitem, extname, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2307 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
2308 add_assoc_stringl(&subitem, extname, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2811 BUF_MEM *bio_buf; in PHP_FUNCTION() local
2813 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
2814 ZEND_TRY_ASSIGN_REF_STRINGL(zout, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2876 BUF_MEM *bio_buf; in PHP_FUNCTION() local
2877 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
2878 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2889 BUF_MEM *bio_buf; in PHP_FUNCTION() local
2890 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
2891 ZVAL_STRINGL(&zpkey, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2910 BUF_MEM *bio_buf; in PHP_FUNCTION() local
2911 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
2912 ZVAL_STRINGL(&zextracert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
3241 BUF_MEM *bio_buf; in PHP_FUNCTION() local
3243 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
3244 ZEND_TRY_ASSIGN_REF_STRINGL(zout, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
5292 BUF_MEM *bio_buf; in PHP_FUNCTION() local
5293 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
5294 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
5307 BUF_MEM *bio_buf; in PHP_FUNCTION() local
5308 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
5309 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
5926 BUF_MEM *bio_buf; in PHP_FUNCTION() local
5927 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
5928 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
5941 BUF_MEM *bio_buf; in PHP_FUNCTION() local
5942 BIO_get_mem_ptr(bio_out, &bio_buf); in PHP_FUNCTION()
5943 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()