Searched refs:allocStr (Results 1 – 1 of 1) sorted by relevance
828 char* allocStr = str; in throwSSLExceptionWithSslErrors() local847 (allocStr == nullptr) ? "" : allocStr, errStr, file, line, in throwSSLExceptionWithSslErrors()854 free(allocStr); in throwSSLExceptionWithSslErrors()855 allocStr = str; in throwSSLExceptionWithSslErrors()859 if (asprintf(&str, "%s, %s", allocStr, strerror(errno)) >= 0) { in throwSSLExceptionWithSslErrors()860 free(allocStr); in throwSSLExceptionWithSslErrors()861 allocStr = str; in throwSSLExceptionWithSslErrors()866 free(allocStr); in throwSSLExceptionWithSslErrors()867 allocStr = str; in throwSSLExceptionWithSslErrors()873 ret = throwSSLProtocolExceptionStr(env, allocStr); in throwSSLExceptionWithSslErrors()[all …]