Searched refs:readAll (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/desktop/win32/source/guistdio/ |
H A D | guistdio.inc | 183 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;
|
/aoo4110/main/desktop/source/deployment/ |
H A D | dp_persmap.cxx | 169 const bool readOK = readAll(); in open() 174 bool PersistentMap::readAll() in readAll() function in dp_misc::PersistentMap
|
/aoo4110/main/desktop/source/deployment/inc/ |
H A D | dp_persmap.h | 59 bool readAll( void);
|
Completed in 20 milliseconds