Home | History | Annotate | Download | only in Modules

Lines Matching refs:rdnt

583     PyObject *rdnt;

612 rdnt = PyList_AsTuple(rdn);
614 if (rdnt == NULL)
616 retcode = PyList_Append(dn, rdnt);
617 Py_DECREF(rdnt);
647 rdnt = PyList_AsTuple(rdn);
649 if (rdnt == NULL)
651 retcode = PyList_Append(dn, rdnt);
652 Py_DECREF(rdnt);
658 rdnt = PyList_AsTuple(dn);
660 if (rdnt == NULL)
662 return rdnt;