Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
Dcallbacks.c335 p->pcl_exec = NULL; in CThunkObject_new()
367 p->pcl_write = Py_ffi_closure_alloc(sizeof(ffi_closure), &p->pcl_exec); in _ctypes_alloc_callback()
422 p->pcl_exec); in _ctypes_alloc_callback()
Dctypes.h60 void *pcl_exec; /* the C callable, executable */ member
D_ctypes.c3785 *(void **)self->b_ptr = (void *)thunk->pcl_exec; in PyCFuncPtr_new()