Searched refs:lastBytes (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DMessageIO.cpp41 char lastBytes[5]; local
66 strcpy(lastBytes, "xxxx");
67 fSlave->Read(lastBytes, 4);
69 if (strcmp(lastBytes, "\r\n\r\n") != 0) {
70 if (strcmp(lastBytes + 2, "\r\n") == 0)

Completed in 30 milliseconds