Lines Matching refs:retval
838 PyObject *retval = NULL;
862 retval = Py_True;
864 retval = Py_False;
875 Py_INCREF(retval);
876 return retval;
1348 int retval = 0;
1362 retval = self->container->snapshot(self->container, comment_path);
1366 if (retval < 0) {
1370 ret = snprintf(newname, 20, "snap%d", retval);
1461 PyObject *retval = NULL;
1497 retval = Py_True;
1499 retval = Py_False;
1510 Py_INCREF(retval);
1511 return retval;