Lines Matching refs:result
48 PyObject *result = NULL;
51 result = PyList_New(len);
52 if (result == NULL) {
59 Py_DECREF(result);
62 PyList_SetItem(result, i, ocert);
64 return result;
79 PyObject *result;
109 result = _PySSL_BytesFromBIO(state, bio);
111 result = _PySSL_UnicodeFromBIO(state, bio, "error");
114 return result;
159 PyObject *osubject, *result;
170 result = PyUnicode_FromFormat(
175 return result;