Searched refs:messageStr (Results 1 – 2 of 2) sorted by relevance
127 const char* messageStr = NULL; in throwIOExceptionWithSslErrors() local134 messageStr = "Ok"; in throwIOExceptionWithSslErrors()137 messageStr = "Failure in SSL library, usually a protocol error"; in throwIOExceptionWithSslErrors()140 messageStr = "SSL_ERROR_WANT_READ occured. You should never see this."; in throwIOExceptionWithSslErrors()143 messageStr = "SSL_ERROR_WANT_WRITE occured. You should never see this."; in throwIOExceptionWithSslErrors()146 messageStr = "SSL_ERROR_WANT_X509_LOOKUP occured. You should never see this."; in throwIOExceptionWithSslErrors()149 messageStr = "I/O error during system call"; in throwIOExceptionWithSslErrors()152 messageStr = "SSL_ERROR_ZERO_RETURN occured. You should never see this."; in throwIOExceptionWithSslErrors()155 messageStr = "SSL_ERROR_WANT_CONNECT occured. You should never see this."; in throwIOExceptionWithSslErrors()158 messageStr = "SSL_ERROR_WANT_ACCEPT occured. You should never see this."; in throwIOExceptionWithSslErrors()[all …]
1199 StringObject* messageStr; in logStackTraceOf() local1203 messageStr = (StringObject*) dvmGetFieldObject(exception, in logStackTraceOf()1205 if (messageStr != NULL) { in logStackTraceOf()1206 char* cp = dvmCreateCstrFromString(messageStr); in logStackTraceOf()