Home
last modified time | relevance | path

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

/third_party/python/Lib/ctypes/test/
Dtest_functions.py325 class S2H(Structure): class
336 class S2H(Structure): class
Dtest_as_parameter.py163 class S2H(Structure): class
/third_party/python/Modules/_ctypes/
D_ctypes_test.c775 } S2H; typedef
1013 EXPORT(S2H) __stdcall s_ret_2h_func(S2H inp) { return ret_2h_func(inp); } in EXPORT() argument