Functions

ext/openssl/ossl_bio.c File Reference

#include "ossl.h"
Include dependency graph for ossl_bio.c:

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 58 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 70 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 50 of file ossl_bio.c.

References _, and rb_protect().