Home
last modified time | relevance | path

Searched refs:_testfunc_callback_i_if (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/ctypes/test/
Dtest_as_parameter.py54 f = dll._testfunc_callback_i_if
73 f = dll._testfunc_callback_i_if
109 f = dll._testfunc_callback_i_if
Dtest_functions.py213 f = dll._testfunc_callback_i_if
233 f = dll._testfunc_callback_i_if
265 f = dll._testfunc_callback_i_if
Dtest_refcounts.py18 f = dll._testfunc_callback_i_if
/third_party/python/Modules/_ctypes/
D_ctypes_test.c447 EXPORT(int) _testfunc_callback_i_if(int value, int (*func)(int)) in _testfunc_callback_i_if() function