Searched refs:rb_str_to_str (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ruby-106/ruby/
H A Dstruct.c190 name = rb_str_to_str(name);
H A Dre.c2670 return (check ? rb_str_to_str : rb_check_string_type)(s);
H A Dstring.c849 rb_str_to_str(VALUE str) function
1477 s = rb_str_to_str(s);
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Druby.h541 VALUE rb_str_to_str(VALUE);
/macosx-10.10/ruby-106/ruby/ext/zlib/
H A Dzlib.c3218 s = rb_str_dup(rb_str_to_str(str));
3242 s = rb_str_dup(rb_str_to_str(str));

Completed in 113 milliseconds