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

/haiku/src/kits/mail/
H A Dmail_util.cpp1431 int32 crPos = fieldEndPos; local
1433 fieldEndPos = crPos;
1434 crPos = header.FindFirst('\n', crPos);
1435 if (crPos < 0)
1436 crPos = headerLength;
1438 header.CopyInto(temp, fieldEndPos, crPos - fieldEndPos);
1439 if (header.ByteAt(crPos - 1) == '\r') {
1444 crPos++;
1445 if (crPos >
[all...]

Completed in 28 milliseconds