Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_pointers.py81 doit = dll._testfunc_callback_with_pointer
/external/python/cpython3/Lib/ctypes/test/
Dtest_pointers.py84 doit = dll._testfunc_callback_with_pointer
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c250 EXPORT(int) _testfunc_callback_with_pointer(int (*func)(int *)) in _testfunc_callback_with_pointer() function
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c429 EXPORT(int) _testfunc_callback_with_pointer(int (*func)(int *)) in _testfunc_callback_with_pointer() function