Searched refs:bio_mem_ptr (Results 1 – 1 of 1) sorted by relevance
4226 char * bio_mem_ptr; in PHP_FUNCTION() local4230 bio_mem_len = BIO_get_mem_data(bio_out, &bio_mem_ptr); in PHP_FUNCTION()4232 ZVAL_STRINGL(out, bio_mem_ptr, bio_mem_len); in PHP_FUNCTION()
Completed in 17 milliseconds