Ruby  1.9.3p448(2013-06-27revision41675)
Functions
ossl_bio.c File Reference
#include "ossl.h"

Go to the source code of this file.

Functions

BIO * ossl_obj2bio (VALUE obj)
 
BIO * ossl_protect_obj2bio (VALUE obj, int *status)
 
VALUE ossl_membio2str0 (BIO *bio)
 
VALUE ossl_protect_membio2str (BIO *bio, int *status)
 
VALUE ossl_membio2str (BIO *bio)
 

Function Documentation

VALUE ossl_membio2str ( BIO *  bio)
VALUE ossl_membio2str0 ( BIO *  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  obj)
VALUE ossl_protect_membio2str ( BIO *  bio,
int *  status 
)

Definition at line 71 of file ossl_bio.c.

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

Referenced by ossl_membio2str().

BIO* ossl_protect_obj2bio ( VALUE  obj,
int *  status 
)

Definition at line 51 of file ossl_bio.c.

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