Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c397 p->pcl_exec = NULL; in CThunkObject_new()
430 &p->pcl_exec); in _ctypes_alloc_callback()
481 p->pcl_exec); in _ctypes_alloc_callback()
Dctypes.h100 void *pcl_exec; /* the C callable, executable */ member
D_ctypes.c3565 *(void **)self->b_ptr = (void *)thunk->pcl_exec; in PyCFuncPtr_new()