Ruby  2.0.0p353(2013-11-22revision43784)
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 (VALUE)
 
BIO * ossl_protect_obj2bio (VALUE, int *)
 
VALUE ossl_membio2str0 (BIO *)
 
VALUE ossl_membio2str (BIO *)
 
VALUE ossl_protect_membio2str (BIO *, int *)
 

Function Documentation

VALUE ossl_membio2str ( BIO *  )
VALUE ossl_membio2str0 ( BIO *  )

Definition at line 59 of file ossl_bio.c.

References buf, and rb_str_new().

Referenced by ossl_protect_membio2str().

BIO* ossl_obj2bio ( VALUE  )
VALUE ossl_protect_membio2str ( BIO *  ,
int *   
)

Definition at line 71 of file ossl_bio.c.

References _, ossl_membio2str0(), and rb_protect().

Referenced by ossl_membio2str().

BIO* ossl_protect_obj2bio ( VALUE  ,
int *   
)

Definition at line 51 of file ossl_bio.c.

References _, NULL, ossl_obj2bio(), and rb_protect().