Ruby 1.9.3p327(2012-11-10revision37606)
Defines
ext/openssl/ruby_missing.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define rb_define_copy_func(klass, func)   rb_define_method((klass), "initialize_copy", (func), 1)
#define FPTR_TO_FD(fptr)   ((fptr)->fd)
#define rb_io_t   OpenFile
#define rb_str_set_len(str, length)
#define rb_block_call(arg1, arg2, arg3, arg4, arg5, arg6)   rb_iterate(rb_each, (arg1), (arg5), (arg6))

Define Documentation

#define FPTR_TO_FD (   fptr)    ((fptr)->fd)
#define rb_block_call (   arg1,
  arg2,
  arg3,
  arg4,
  arg5,
  arg6 
)    rb_iterate(rb_each, (arg1), (arg5), (arg6))
#define rb_define_copy_func (   klass,
  func 
)    rb_define_method((klass), "initialize_copy", (func), 1)
#define rb_io_t   OpenFile

Definition at line 25 of file ruby_missing.h.

Referenced by rb_io_memsize().

#define rb_str_set_len (   str,
  length 
)