Searched refs:_build_callargs (Results 1 – 3 of 3) sorted by relevance
3646 _build_callargs(PyCFuncPtrObject *self, PyObject *argtypes, in _build_callargs() function3933 callargs = _build_callargs(self, argtypes, in PyCFuncPtr_call()
3748 _build_callargs(PyCFuncPtrObject *self, PyObject *argtypes, in _build_callargs() function4040 callargs = _build_callargs(self, argtypes, in PyCFuncPtr_call()
4749 - Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.