Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 165 for int (0.11 seconds)

  1. class UNIXSocket - Documentation for Ruby 4.1

    CMSG_LEN(sizeof(int))=%d)", (int)arg.msg.msg_controllen, (int)CMSG_LEN(sizeof(int)));...CMSG_SPACE(sizeof(int))=%d)", (int)arg.msg.msg_controllen, (int)CMSG_SPACE(sizeof(int)));...
    docs.ruby-lang.org/en/master/UNIXSocket.html
    Fri Jan 30 13:20:05 GMT 2026
      153.4K bytes
  2. class Socket::AncillaryData - Documentation for...

    expected as sizeof(int)=%d but %ld", (int)sizeof(int), (long)RSTRING_LEN(data));...integer) { int family = rsock_family_arg(vfamily); int level = ...
    docs.ruby-lang.org/en/master/Socket/AncillaryData.html
    Fri Jan 30 13:20:06 GMT 2026
      179K bytes
  3. class Socket::Option - Documentation for Ruby 4.1

    vbool) { int family = rsock_family_arg(vfamily); int level = ...vint) { int family = rsock_family_arg(vfamily); int level = ...
    docs.ruby-lang.org/en/master/Socket/Option.html
    Fri Jan 30 13:20:06 GMT 2026
      174.2K bytes
  4. class OpenSSL::PKey::PKey - Documentation for R...

    VALUE other) { int ret; EVP_PKEY *selfPKey; EVP_PKEY...static VALUE ossl_pkey_decrypt(int argc, VALUE *argv, VALUE self)...
    docs.ruby-lang.org/en/master/OpenSSL/PKey/PKey.html
    Fri Jan 30 13:20:06 GMT 2026
      180.1K bytes
  5. class OpenSSL::PKCS7 - Documentation for Ruby 4.1

    static VALUE ossl_pkcs7_s_encrypt(int argc, VALUE *argv, VALUE klass)...*in; const EVP_CIPHER *ciph; int flg, status = 0; VALUE ret; PKCS7...
    docs.ruby-lang.org/en/master/OpenSSL/PKCS7.html
    Fri Jan 30 13:20:06 GMT 2026
      168.5K bytes
  6. class Gem::SafeMarshal::Elements::Integer - Doc...

    line 68 def initialize ( int ) @int = int end...Gem::SafeMarshal::Elements::Integer int [R] new (int) Source # File lib/ru...
    docs.ruby-lang.org/en/master/Gem/SafeMarshal/Elements/Integer.html
    Fri Apr 17 13:20:07 GMT 2026
      20.4K bytes
  7. class DateTime - Documentation for Ruby 4.1

    d_lite_new_offset(int argc, VALUE *argv, VALUE self) { VALUE vof; int rof;...static VALUE datetime_s__strptime(int argc, VALUE *argv, VALUE klass)...
    docs.ruby-lang.org/en/master/DateTime.html
    Fri Apr 17 13:20:06 GMT 2026
      33.9K bytes
  8. class Date - Documentation for Ruby 4.1

    = (int)tmp; o *= SECOND_IN_NANOSECONDS; sf = INT2FIX((int)round(o));...static VALUE date_s__httpdate(int argc, VALUE *argv, VALUE klass)...
    docs.ruby-lang.org/en/master/Date.html
    Fri Apr 17 13:20:06 GMT 2026
      47.2K bytes
  9. extension - Documentation for Ruby 4.1

    rb_check_arity(int argc, int min, int max) Check the number...writability. int rb_wait_for_single_fd(int fd, int events, struct...
    docs.ruby-lang.org/en/master/extension_rdoc.html
    Fri Apr 17 13:20:06 GMT 2026
      53.7K bytes
  10. class Process::Status - Documentation for Ruby 4.1

    VALUE rb_process_status_waitv(int argc, VALUE *argv, VALUE _) {...rb_check_arity(argc, 0, 2); rb_pid_t pid = -1; int flags = 0; if (argc >= 1) { pid...
    docs.ruby-lang.org/en/master/Process/Status.html
    Fri Jan 30 13:20:06 GMT 2026
      149.4K bytes
Back to Top