Home
last modified time | relevance | path

Searched defs:S2H (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_functions.py335 class S2H(Structure): class
346 class S2H(Structure): class
Dtest_as_parameter.py163 class S2H(Structure): class
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c602 } S2H; typedef
646 EXPORT(S2H) __stdcall s_ret_2h_func(S2H inp) { return ret_2h_func(inp); } in EXPORT() argument