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

/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp592 char* testStr; local
637 testStr = buf + testIndex;
638 if (testStr[0] == '\r' && testStr[1] == '\n' && testStr[2] == '.') {
639 if (testStr[3] == '\r' && testStr[4] == '\n') {
664 if (testIndex >= amountInBuffer - 4 && testStr[2] == '.') {

Completed in 101 milliseconds