Home
last modified time | relevance | path

Searched refs:AuthLoginResponse (Results 1 – 4 of 4) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DnsSmtpProtocol.h204 nsresult AuthLoginResponse(nsIInputStream* stream, uint32_t length);
H A DnsSmtpProtocol.cpp487 nsresult rv = AuthLoginResponse(nullptr, 0); in OnStopRequest()
1268 nsresult nsSmtpProtocol::AuthLoginResponse(nsIInputStream* stream, in AuthLoginResponse() function in nsSmtpProtocol
2064 status = AuthLoginResponse(inputStream, length); in ProcessProtocolState()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsPop3Protocol.h377 int32_t AuthLoginResponse();
H A DnsPop3Protocol.cpp1968 int32_t nsPop3Protocol::AuthLoginResponse() { in AuthLoginResponse() function in nsPop3Protocol
3661 status = AuthLoginResponse(); in ProcessProtocolState()