Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c385 static CThunkObject* CThunkObject_new(Py_ssize_t nArgs) in CThunkObject_new() function
423 p = CThunkObject_new(nArgs); in _ctypes_alloc_callback()