Home
last modified time | relevance | path

Searched refs:ret_2h_func (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_as_parameter.py166 dll.ret_2h_func.restype = S2H
167 dll.ret_2h_func.argtypes = [S2H]
169 s2h = dll.ret_2h_func(self.wrap(inp))
Dtest_functions.py338 dll.ret_2h_func.restype = S2H
339 dll.ret_2h_func.argtypes = [S2H]
341 s2h = dll.ret_2h_func(inp)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c604 EXPORT(S2H) ret_2h_func(S2H inp) in ret_2h_func() function
646 EXPORT(S2H) __stdcall s_ret_2h_func(S2H inp) { return ret_2h_func(inp); } in EXPORT()