Searched refs:calltype (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/dl/callback/
H A Dmkcallback.rb91 def func_name(ty, argc, n, calltype)
92 "rb_dl_callback_#{DLTYPE[ty][:name]}_#{argc}_#{n}_#{calltype}"
110 for calltype in CALLTYPES
111 case calltype
117 raise "unknown calltype: #{calltype}"
119 yield calltype, proc_entry
123 def gencallback(ty, calltype, proc_entry, argc, n)
127 #{calltype == STDCALL ? "\n#ifdef FUNC_STDCALL" : ""}
129 FUNC_#{calltype
[all...]
/macosx-10.10/ruby-106/ruby/test/dl/
H A Dtest_cfunc.rb22 @cf.calltype = :foo
23 assert_equal :foo, @cf.calltype
29 assert_equal :cdecl, @cf.calltype
36 assert_equal :cdecl, cf.calltype
/macosx-10.10/ruby-106/ruby/ext/dl/win32/lib/
H A DWin32API.rb12 def initialize(dllname, func, import, export = "0", calltype = :stdcall)
15 @func = DL::CFunc.new(handle[func], TYPEMAP[export.tr("VPpNnLlIi", "0SSI")], func, calltype)
/macosx-10.10/ruby-106/ruby/ext/dl/
H A Dcfunc.c84 rb_dlcfunc_new(void (*func)(), int type, const char *name, ID calltype) argument
95 data->calltype = calltype;
134 data->calltype = CFUNC_CDECL;
147 * DL::CFunc.new(address, type=DL::TYPE_VOID, name=nil, calltype=:cdecl)
150 * of +type+, a name of +name+ and a calltype of +calltype+.
155 VALUE addr, name, type, calltype, addrnum; local
160 rb_scan_args(argc, argv, "13", &addr, &type, &name, &calltype);
171 data->calltype
[all...]
H A Ddl.h192 ID calltype; member in struct:cfunc_data
211 VALUE rb_dlcfunc_new(void (*func)(), int dltype, const char * name, ID calltype);
/macosx-10.10/apache-793/httpd/os/win32/
H A Dos.h100 #define AP_DECLARE_LATE_DLL_FUNC(lib, rettype, calltype, fn, ord, args, names) \
101 typedef rettype (calltype *ap_winapi_fpt_##fn) args; \
/macosx-10.10/ruby-106/ruby/ext/dl/lib/dl/
H A Dfunc.rb53 abi ||= CALL_TYPE_TO_ABI[(cfunc.calltype rescue nil)]
150 case @cfunc.calltype
156 raise(RuntimeError, "unsupported calltype: #{@cfunc.calltype}")
186 case @cfunc.calltype
192 raise(RuntimeError, "unsupported calltype: #{@cfunc.calltype}")
/macosx-10.10/apache-793/httpd/modules/dav/main/
H A Dutil_lock.c250 static dav_error * dav_lock_walker(dav_walk_resource *wres, int calltype) argument
376 static dav_error * dav_unlock_walker(dav_walk_resource *wres, int calltype) argument
556 static dav_error * dav_inherit_walker(dav_walk_resource *wres, int calltype) argument
H A Dmod_dav.h1405 int calltype,
1653 dav_error * (*func)(dav_walk_resource *wres, int calltype);
H A Dutil.c903 ** ### use get_locks w/ calltype=PARTIAL
1418 static dav_error * dav_validate_walker(dav_walk_resource *wres, int calltype) argument
H A Dmod_dav.c1942 static dav_error * dav_propfind_walker(dav_walk_resource *wres, int calltype) argument
3920 static dav_error * dav_label_walker(dav_walk_resource *wres, int calltype) argument
/macosx-10.10/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_misc.h189 #define APR_DECLARE_LATE_DLL_FUNC(lib, rettype, calltype, fn, ord, args, names) \
190 typedef rettype (calltype *apr_winapi_fpt_##fn) args; \
216 * rettype and calltype follow the original declaration in Windows.h
/macosx-10.10/apache-793/httpd/modules/dav/lock/
H A Dlocks.c785 int calltype,
797 if (calltype == DAV_GETLOCKS_COMPLETE) {
833 if (calltype == DAV_GETLOCKS_RESOLVED) {
783 dav_generic_get_locks(dav_lockdb *lockdb, const dav_resource *resource, int calltype, dav_lock **locks) argument
/macosx-10.10/apache-793/httpd/modules/dav/fs/
H A Dlock.c995 int calltype,
1007 if (calltype == DAV_GETLOCKS_COMPLETE) {
1043 if (calltype == DAV_GETLOCKS_RESOLVED) {
993 dav_fs_get_locks(dav_lockdb *lockdb, const dav_resource *resource, int calltype, dav_lock **locks) argument
H A Drepos.c1147 int calltype)
1156 if (calltype == DAV_CALLTYPE_POSTFIX) {
1394 static dav_error * dav_fs_delete_walker(dav_walk_resource *wres, int calltype) argument
1402 (!wres->resource->collection || calltype == DAV_CALLTYPE_POSTFIX)) {
1146 dav_fs_copymove_walker(dav_walk_resource *wres, int calltype) argument
/macosx-10.10/swig-12/Source/Modules/
H A Dlang.cxx1126 String *calltype = NewStringf("(%s (*)(%s))(%s)", SwigType_str(type, 0), ParmList_str(parms), SwigType_namestr(name)); local
1138 Setattr(n, "value", calltype);

Completed in 378 milliseconds