Home | History | Annotate | Download | only in Modules

Lines Matching refs:rdnt

729     PyObject *rdnt;
758 rdnt = PyList_AsTuple(rdn);
760 if (rdnt == NULL)
762 retcode = PyList_Append(dn, rdnt);
763 Py_DECREF(rdnt);
794 rdnt = PyList_AsTuple(rdn);
796 if (rdnt == NULL)
798 retcode = PyList_Append(dn, rdnt);
799 Py_DECREF(rdnt);
809 rdnt = PyList_AsTuple(dn);
811 if (rdnt == NULL)
813 return rdnt;