Home
last modified time | relevance | path

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

/trunk/main/desktop/win32/source/guistdio/
H A Dguistdio.inc183 int readAll = 0;
187 readBuf + readAll,
188 curBufSize - readAll, &dwRead, NULL ) )
190 readAll += dwRead;
193 if (readAll > curBufSize * 0.7)
206 if ( readAll == lastBufSize
215 GetConsoleCP(), MB_PRECOMPOSED, readBuf, readAll, NULL, 0);
221 GetConsoleCP(), MB_PRECOMPOSED, readBuf, readAll, wideBuf, sizeWBuf);
227 readAll = 0;
/trunk/main/desktop/source/deployment/
H A Ddp_persmap.cxx169 const bool readOK = readAll(); in open()
174 bool PersistentMap::readAll() in readAll() function in dp_misc::PersistentMap
/trunk/main/desktop/source/deployment/inc/
H A Ddp_persmap.h59 bool readAll( void);

Completed in 17 milliseconds