Ruby
2.1.10p492(2016-04-01revision54464)
|
Go to the source code of this file.
Functions | |
static VALUE | bubblebabble_str_new (VALUE str_digest) |
static VALUE | rb_digest_s_bubblebabble (VALUE klass, VALUE str) |
static VALUE | rb_digest_class_s_bubblebabble (int argc, VALUE *argv, VALUE klass) |
static VALUE | rb_digest_instance_bubblebabble (VALUE self) |
void | Init_bubblebabble (void) |
Variables | |
static ID | id_digest |
Definition at line 20 of file bubblebabble.c.
References i, j, LONG_MAX, p, rb_eRuntimeError, rb_raise(), rb_str_new(), RSTRING_LEN, RSTRING_PTR, str, and StringValue.
Referenced by rb_digest_class_s_bubblebabble(), rb_digest_instance_bubblebabble(), and rb_digest_s_bubblebabble().
Definition at line 125 of file bubblebabble.c.
References id_digest, rb_cDigest_Class, rb_cObject, rb_define_class_under(), rb_define_method(), rb_define_module(), rb_define_module_function(), rb_define_module_under(), rb_define_singleton_method(), rb_digest_class_s_bubblebabble(), rb_digest_instance_bubblebabble(), rb_digest_s_bubblebabble(), rb_intern, rb_mDigest, rb_mDigest_Instance, rb_path2class(), and rb_require().
Definition at line 102 of file bubblebabble.c.
References bubblebabble_str_new(), id_digest, and rb_funcall2().
Referenced by Init_bubblebabble().
Definition at line 115 of file bubblebabble.c.
References bubblebabble_str_new(), id_digest, and rb_funcall().
Referenced by Init_bubblebabble().
Definition at line 89 of file bubblebabble.c.
References bubblebabble_str_new().
Referenced by Init_bubblebabble().
|
static |
Definition at line 17 of file bubblebabble.c.
Referenced by Init_bubblebabble(), rb_digest_class_s_bubblebabble(), and rb_digest_instance_bubblebabble().