Lines Matching defs:cfunc
5018 PyCFunction cfunc = PyCFunction_GET_FUNCTION(callable);
5025 PyObject *res = _PyCFunction_TrampolineCall(cfunc, PyCFunction_GET_SELF(callable), arg);
5052 PyCFunction cfunc = PyCFunction_GET_FUNCTION(callable);
5055 PyObject *res = ((_PyCFunctionFast)(void(*)(void))cfunc)(
5093 _PyCFunctionFastWithKeywords cfunc =
5096 PyObject *res = cfunc(
5220 PyCFunction cfunc = meth->ml_meth;
5226 PyObject *res = _PyCFunction_TrampolineCall(cfunc, self, arg);
5256 _PyCFunctionFastWithKeywords cfunc =
5258 PyObject *res = cfunc(self, stack_pointer, nargs - KWNAMES_LEN(),
5292 PyCFunction cfunc = meth->ml_meth;
5298 PyObject *res = _PyCFunction_TrampolineCall(cfunc, self, NULL);
5326 _PyCFunctionFast cfunc =
5330 PyObject *res = cfunc(self, stack_pointer, nargs);