Searched refs:dststr (Results 1 – 3 of 3) sorted by relevance
34 CFX_ByteString dststr; in CBC_EncoderContext() local35 CBC_UtilCodingConvert::UnicodeToUTF8(msg, dststr); in CBC_EncoderContext()37 int32_t c = dststr.GetLength(); in CBC_EncoderContext()39 FX_WCHAR ch = (FX_WCHAR)(dststr.GetAt(i) & 0xff); in CBC_EncoderContext()40 if (ch == '?' && dststr.GetAt(i) != '?') { in CBC_EncoderContext()
61 char dststr[INET6_ADDRSTRLEN]; in log_bad_address() local64 inet_ntop(AF_INET6, dst, dststr, sizeof(dststr)); in log_bad_address()65 logmsg_dbg(ANDROID_LOG_ERROR, fmt, srcstr, dststr); in log_bad_address()
1347 char *dststr; local1363 if ((dststr = saddr2str((struct sockaddr *)&evtdump->dst)) == NULL)1366 printf("%s", dststr);