Ruby  2.4.2p198(2017-09-14revision59899)
Functions
ossl_bio.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

BIO * ossl_obj2bio (volatile VALUE *)
 
VALUE ossl_membio2str0 (BIO *)
 
VALUE ossl_membio2str (BIO *)
 
VALUE ossl_protect_membio2str (BIO *, int *)
 

Function Documentation

◆ ossl_membio2str()

VALUE ossl_membio2str ( BIO *  )

◆ ossl_membio2str0()

VALUE ossl_membio2str0 ( BIO *  )

Definition at line 29 of file ossl_bio.c.

References buf, and rb_str_new().

Referenced by ossl_protect_membio2str().

◆ ossl_obj2bio()

BIO* ossl_obj2bio ( volatile VALUE )

◆ ossl_protect_membio2str()

VALUE ossl_protect_membio2str ( BIO *  ,
int *   
)

Definition at line 41 of file ossl_bio.c.

References ossl_membio2str0(), and rb_protect().

Referenced by ossl_membio2str().