Lines Matching defs:library
92 int library, reason;
95 const char *library;
423 _Py_IDENTIFIER(library);
436 /* XXX if reason < 100, it might reflect a library number (!!) */
555 errstr = "A failure in the SSL library occurred";
1781 "context is not supported by your OpenSSL library");
3879 "is not in the current OpenSSL library.");
5026 * of the Python C thread library
5423 key = Py_BuildValue("ii", errcode->library, errcode->reason);
5443 while (libcode->library != NULL) {
5446 mnemo = PyUnicode_FromString(libcode->library);
5459 /* SSLeay() gives us the version of the library linked against,