Home
last modified time | relevance | path

Searched defs:callargs (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/_ctypes/
D_ctypes.c3882 PyObject *callargs; in _build_callargs() local
4047 _build_result(PyObject *result, PyObject *callargs, in _build_result()
4113 PyObject *callargs; in PyCFuncPtr_call() local
/third_party/python/Python/
Dceval.c4245 PyObject *func, *callargs, *kwargs = NULL, *result; in _PyEval_EvalFrameDefault() local
5885 PyObject *callargs, in do_call_core()