Home
last modified time | relevance | path

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

/PHP-5.3/ext/openssl/
H A Dopenssl.c3189 long bio_mem_len; in PHP_FUNCTION() local
3192 bio_mem_len = BIO_get_mem_data(bio_out, &bio_mem_ptr); in PHP_FUNCTION()
3194 ZVAL_STRINGL(out, bio_mem_ptr, bio_mem_len, 1); in PHP_FUNCTION()

Completed in 14 milliseconds