Lines Matching refs:retval
1784 PyObject* retval = NULL;
1805 retval = PyObject_Vectorcall(ctx->callable, args + 1, nargsf, NULL);
1806 if (retval == NULL) {
1811 longval = PyLong_AsLongAndOverflow(retval, &result);
1826 Py_XDECREF(retval);
1841 PyObject* retval = NULL;
1849 retval = Py_NewRef(Py_None);
1852 return retval;
1869 PyObject* retval = NULL;
1902 retval = PyObject_CallOneArg(pyfn_iterdump, (PyObject *)self);
1906 return retval;