Home
last modified time | relevance | path

Searched refs:cEOF (Results 1 – 2 of 2) sorted by path

/trunk/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx137 const char cEOF = (char) 0x1a; in ReadMemo() local
148 while (aBuf[i] != cEOF && ++i < 512) in ReadMemo()
150 bReady = aBuf[i] == cEOF; in ReadMemo()
H A DDTable.cxx2145 const char cEOF = (char) DBF_EOL; in WriteMemo() local
2148 (*m_pMemoStream) << cEOF << cEOF; in WriteMemo()
2750 const char cEOF = (char) DBF_EOL; in ReadMemo() local
2761 while (aBuf[i] != cEOF && ++i < 512) in ReadMemo()
2763 bReady = aBuf[i] == cEOF; in ReadMemo()

Completed in 32 milliseconds