Home
last modified time | relevance | path

Searched refs:rb_str_drop_bytes (Results 1 – 6 of 6) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/ext/openssl/
H A Dossl_asn1.c1162 return to_der_internal(self, 0, 0, rb_str_drop_bytes(str, alllen - bodylen)); in ossl_asn1prim_to_der()
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h795 VALUE rb_str_drop_bytes(VALUE, long);
/dports/lang/ruby26/ruby-2.6.9/
H A Dstring.c4607 rb_str_drop_bytes(VALUE str, long len) in rb_str_drop_bytes() function
4642 rb_str_drop_bytes(str, len); in rb_str_splice_0()
9872 return rb_str_drop_bytes(str, prefixlen); in rb_str_delete_prefix_bang()
H A Dtranscode.c3798 rb_str_drop_bytes(input, ip - (unsigned char *)RSTRING_PTR(input)); in econv_primitive_convert()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.4.02862 * string.c (rb_str_drop_bytes, rb_str_setbyte, str_byte_substr): ditto.
H A DChangeLog-1.9.337889 * string.c (rb_str_subseq): don't use rb_str_drop_bytes for short
37898 * string.c (rb_str_subseq): use rb_str_drop_bytes if possible.
42780 * string.c (rb_str_drop_bytes): use memmove.
43298 * string.c (rb_str_splice_0): call rb_str_drop_bytes, not rb_str_drop.
43306 * string.c (rb_str_drop_bytes): new function to drop first bytes.