Home
last modified time | relevance | path

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

/third_party/python/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.py328 dll.ret_2h_func.restype = S2H
329 dll.ret_2h_func.argtypes = [S2H]
331 s2h = dll.ret_2h_func(inp)
/third_party/python/Modules/_ctypes/
D_ctypes_test.c777 EXPORT(S2H) ret_2h_func(S2H inp) in ret_2h_func() function
1013 EXPORT(S2H) __stdcall s_ret_2h_func(S2H inp) { return ret_2h_func(inp); } in EXPORT()