Searched refs:strToEscape (Results 1 – 2 of 2) sorted by relevance
219 static void EscapeUserNamePasswordString(const char* strToEscape,
5624 void nsImapProtocol::EscapeUserNamePasswordString(const char* strToEscape, in EscapeUserNamePasswordString() argument5626 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()