Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_ctypes/
Dtest_functions.py386 class S2H(Structure): class
397 class S2H(Structure): class
Dtest_as_parameter.py165 class S2H(Structure): class
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c889 } S2H; typedef
1127 EXPORT(S2H) __stdcall s_ret_2h_func(S2H inp) { return ret_2h_func(inp); } in EXPORT() argument