Home
last modified time | relevance | path

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

/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp590 int amountReceived; in RetrieveInternal() local
611 amountReceived = fServerConnection->Read(buf + amountInBuffer, in RetrieveInternal()
614 if (amountReceived < 0) { in RetrieveInternal()
615 fLog = strerror(amountReceived); in RetrieveInternal()
616 return amountReceived; in RetrieveInternal()
618 if (amountReceived == 0) { in RetrieveInternal()
624 amountInBuffer += amountReceived; in RetrieveInternal()
772 ssize_t amountReceived = fServerConnection->Read(buffer, in SendCommand() local
774 if (amountReceived < 0) in SendCommand()
775 return amountReceived; in SendCommand()
[all …]