Home
last modified time | relevance | path

Searched refs:strToEscape (Results 1 – 2 of 2) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapProtocol.h219 static void EscapeUserNamePasswordString(const char* strToEscape,
H A DnsImapProtocol.cpp5624 void nsImapProtocol::EscapeUserNamePasswordString(const char* strToEscape, in EscapeUserNamePasswordString() argument
5626 if (strToEscape) { in EscapeUserNamePasswordString()
5628 uint32_t escapeStrlen = strlen(strToEscape); in EscapeUserNamePasswordString()
5630 if (strToEscape[i] == '\\' || strToEscape[i] == '\"') { in EscapeUserNamePasswordString()
5633 resultStr->Append(strToEscape[i]); in EscapeUserNamePasswordString()