Home
last modified time | relevance | path

Searched refs:osubject (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/_ssl/
Dcert.c159 PyObject *osubject, *result; in certificate_repr() local
162 osubject = _x509name_print( in certificate_repr()
168 if (osubject == NULL) in certificate_repr()
172 Py_TYPE(self)->tp_name, osubject in certificate_repr()
174 Py_DECREF(osubject); in certificate_repr()