Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include "ossl.h"
Go to the source code of this file.
Functions | |
BIO * | ossl_obj2bio (volatile VALUE *pobj) |
VALUE | ossl_membio2str (BIO *bio) |
VALUE ossl_membio2str | ( | BIO * | bio | ) |
Definition at line 29 of file ossl_bio.c.
References ossl_str_new(), and rb_jump_tag().
BIO * ossl_obj2bio | ( | volatile VALUE * | pobj | ) |
Definition at line 13 of file ossl_bio.c.
References eOSSLError, NULL, ossl_raise(), rb_funcallv, rb_intern(), RSTRING_PTR, StringValue, and T_FILE.
Referenced by DupConfigPtr().