Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
|
Go to the documentation of this file.
18 if (RB_TYPE_P(obj,
T_FILE))
21 bio = BIO_new_mem_buf(
RSTRING_PTR(obj), RSTRING_LENINT(obj));
35 BIO_get_mem_ptr(bio, &
buf);
ID rb_intern(const char *)
VALUE ossl_membio2str(BIO *bio)
BIO * ossl_obj2bio(volatile VALUE *pobj)
void rb_jump_tag(int tag)
Continues the exception caught by rb_protect() and rb_eval_string_protect().
void ossl_raise(VALUE exc, const char *fmt,...)
VALUE ossl_str_new(const char *ptr, long len, int *pstate)
unsigned char buf[MIME_BUF_SIZE]
#define RSTRING_PTR(string)