Home
last modified time | relevance | path

Searched refs:ORBit_small_flags (Results 1 – 5 of 5) sorted by relevance

/dports/devel/ORBit2/ORBit2-2.14.19/include/orbit/orb-core/
H A Dorbit-small.h73 extern int ORBit_small_flags;
/dports/devel/ORBit2/ORBit2-2.14.19/test/everything/
H A Dclient.c2286 old_flags = ORBit_small_flags; in test_time_noop()
2287 ORBit_small_flags |= ORBIT_SMALL_FORCE_GENERIC_MARSHAL; in test_time_noop()
2295 ORBit_small_flags = old_flags; in test_time_noop()
2407 old_flags = ORBit_small_flags; in testWithException()
2408 ORBit_small_flags |= ORBIT_SMALL_FORCE_GENERIC_MARSHAL; in testWithException()
2417 ORBit_small_flags = old_flags; in testWithException()
/dports/devel/ORBit2/ORBit2-2.14.19/src/orb/orb-core/
H A Dcorba-orb.c279 ORBit_small_flags |= ORBIT_SMALL_FORCE_GENERIC_MARSHAL; in ORBit_setup_debug_flags()
H A Dorbit-small.c41 int ORBit_small_flags = 0; variable
/dports/devel/ORBit2/ORBit2-2.14.19/src/orb/poa/
H A Dpoa.c2580 if (ORBit_small_flags & ORBIT_SMALL_FORCE_GENERIC_MARSHAL) in get_c_method()