Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dceval.c4369 PyObject *callargs; in call_function() local
4517 PyObject *callargs, *w; in update_star_args() local
4556 PyObject *callargs = NULL; in do_call() local
4600 PyObject *callargs = NULL; in ext_do_call() local
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c3651 PyObject *callargs; in _build_callargs() local
3815 _build_result(PyObject *result, PyObject *callargs, in _build_result()
3881 PyObject *callargs; in PyCFuncPtr_call() local
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c3753 PyObject *callargs; in _build_callargs() local
3924 _build_result(PyObject *result, PyObject *callargs, in _build_result()
3988 PyObject *callargs; in PyCFuncPtr_call() local
/external/python/cpython2/Modules/
D_hotshot.c1070 PyObject *callargs = NULL; in profiler_runcall() local
/external/python/cpython3/Python/
Dceval.c3151 PyObject *func, *callargs, *kwargs = NULL, *result; in _PyEval_EvalFrameDefault() local
4636 do_call_core(PyObject *func, PyObject *callargs, PyObject *kwdict) in do_call_core()