Lines Matching defs:msg
448 PyObject *init_value, *msg, *key;
517 msg = PyUnicode_FromFormat("[%S: %S] %s: %S (_ssl.c:%d)",
521 msg = PyUnicode_FromFormat("[%S: %S] %s (_ssl.c:%d)",
524 msg = PyUnicode_FromFormat("[%S] %s (_ssl.c:%d)",
527 msg = PyUnicode_FromFormat("%s (_ssl.c:%d)", errstr, lineno);
528 if (msg == NULL)
531 init_value = Py_BuildValue("iN", ERR_GET_REASON(ssl_errno), msg);
704 _ssl_deprecated(const char* msg, int stacklevel) {
706 PyExc_DeprecationWarning, msg, stacklevel
4009 const char *msg = NULL;
4011 msg = "no start line: cadata does not contain a certificate";
4013 msg = "not enough data: cadata does not contain a certificate";
4015 _setSSLError(get_state_ctx(self), msg, 0, __FILE__, __LINE__);