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

/macosx-10.9.5/ruby-104/ruby/ext/dl/lib/dl/
H A Dimport.rb119 h[:call_type] = opt
135 f = import_function(symname, ctype, argtype, opt[:call_type])
160 f = bind_function(name, ctype, argtype, h[:call_type], &blk)
162 f = create_temp_function(name, ctype, argtype, h[:call_type])
164 f = create_carried_function(name, ctype, argtype, h[:call_type], h[:carrier])
236 def import_function(name, ctype, argtype, call_type = nil)
241 Function.new(CFunc.new(addr, ctype, name, call_type || :cdecl), argtype)
244 def bind_function(name, ctype, argtype, call_type = nil, &block)
247 abi = Function.instance_eval { call_type_to_abi(call_type) }
254 f = Function.new(CFunc.new(0, ctype, name, call_type ||
[all...]
H A Dfunc.rb26 def self.call_type_to_abi(call_type) # :nodoc:
27 CALL_TYPE_TO_ABI[call_type]
168 call_type = case abi
176 @cfunc = CFunc.new(0, @cfunc.ctype, name, call_type)
/macosx-10.9.5/ruby-104/ruby/ext/fiddle/lib/fiddle/
H A Dimport.rb138 h[:call_type] = opt
164 f = import_function(symname, ctype, argtype, opt[:call_type])
190 f = bind_function(name, ctype, argtype, h[:call_type], &blk)
283 # * +call_type+ is the ABI of the function
288 def import_function(name, ctype, argtype, call_type = nil)
293 Function.new(addr, argtype, ctype, CALL_TYPE_TO_ABI[call_type],
301 # * +call_type+ is the abi of the closure
305 def bind_function(name, ctype, argtype, call_type = nil, &block)
306 abi = CALL_TYPE_TO_ABI[call_type]
/macosx-10.9.5/ruby-104/ruby/
H A Dvm_eval.c25 typedef enum call_type { enum
30 } call_type; typedef in typeref:enum:call_type
32 static VALUE send_internal(int argc, const VALUE *argv, VALUE recv, call_type scope);
292 static inline int rb_method_call_status(rb_thread_t *th, const rb_method_entry_t *me, call_type scope, VALUE self);
312 call_type scope, VALUE self)
526 rb_method_call_status(rb_thread_t *th, const rb_method_entry_t *me, call_type scope, VALUE self)
581 rb_call(VALUE recv, ID mid, int argc, const VALUE *argv, call_type scope)
850 send_internal(int argc, const VALUE *argv, VALUE recv, call_type scope)
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dbedeck.h255 struct AST_type_n_t *call_type; /* Type to be used when generating call member in struct:BE_ool_i_t

Completed in 313 milliseconds