Lines Matching defs:rdnt
1091 PyObject *rdnt;
1120 rdnt = PyList_AsTuple(rdn);
1122 if (rdnt == NULL)
1124 retcode = PyList_Append(dn, rdnt);
1125 Py_DECREF(rdnt);
1156 rdnt = PyList_AsTuple(rdn);
1158 if (rdnt == NULL)
1160 retcode = PyList_Append(dn, rdnt);
1161 Py_DECREF(rdnt);
1171 rdnt = PyList_AsTuple(dn);
1173 if (rdnt == NULL)
1175 return rdnt;