HomeSort by relevance Sort by last modified time
    Searched refs:rdnt (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_ssl.c 583 PyObject *rdnt; local
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);
    [all...]
  /external/python/cpython2/Modules/
_ssl.c 729 PyObject *rdnt; local
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)
    [all...]

Completed in 1468 milliseconds