Home
last modified time | relevance | path

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

/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp674 ssize_t encodedLength; in Login() local
683 encodedLength = ::encode_base64(stringPntr, preResponse.String(), in Login()
685 stringPntr[encodedLength] = 0; in Login()