Home
last modified time | relevance | path

Searched refs:ReadFile (Results 1 – 21 of 21) sorted by relevance

/trunk/main/desktop/win32/source/guistdio/
H A Dguistdio.inc64 while ( ReadFile( hReadPipe, pBuffer, dwToRead, &dwRead, NULL ) )
66 //If the previous ReadFile call read an odd number of bytes, then the last one was
72 //the number of wchar_t|s as argument. ReadFile, however, reads bytes.
85 //Make sure that ReadFile does not overwrite the first byte the next time
93 //when ReadFile is called.
118 while ( ReadFile( hReadPipe, &aBuffer, sizeof(aBuffer), &dwRead, NULL ) )
146 while ( ReadFile( hReadPipe, &aBuffer, sizeof(aBuffer), &dwRead, NULL ) )
186 while ( ReadFile( GetStdHandle( STD_INPUT_HANDLE ),
202 //ReadFile would block until the user presses return, etc.
240 while ( ReadFile( GetStdHandle( STD_INPUT_HANDLE ), &aBuffer, sizeof(aBuffer), &dwRead, NULL ) )
/trunk/main/xml2cmp/source/finder/
H A Ddependy.cxx80 ReadFile( aFiles[i].str() ); in GatherData()
121 DependencyFinder::ReadFile( const char * i_sFilename ) in ReadFile() function in DependencyFinder
H A Ddependy.hxx95 void ReadFile(
/trunk/main/xml2cmp/source/xcd/
H A Dcr_index.cxx73 ReadFile( i_rInputFileList[i].str() ); in GatherData()
111 Index::ReadFile( const char * i_sFilename ) in ReadFile() function in Index
H A Dcr_index.hxx55 void ReadFile(
/trunk/main/solenv/bin/modules/installer/patch/
H A DMsiTable.pm58 $self->ReadFile($filename);
137 sub ReadFile ($$) subroutine
/trunk/main/sal/systools/win32/uwinapi/
H A DCopyFileExA.cpp122 fSuccess = ReadFile( hSourceFile, buffer, BUFSIZE, &dwBytesRead, NULL );
/trunk/main/tools/source/misc/
H A Dpathutils.cxx119 BOOL ok = ReadFile(h, p1, MAX_PATH, &n, NULL); in resolveLink()
/trunk/main/cli_ure/source/native/
H A Dpath.cxx119 BOOL ok = ReadFile(h, p1, MAX_PATH, &n, NULL); in resolveLink()
/trunk/main/sal/osl/w32/
H A Dfile.cxx316 if (!::ReadFile(m_hFile, pBuffer, nBytesRequested, &dwDone, 0)) in readAt()
372 if (!::ReadFile(m_hFile, pBuffer, nBytesRequested, &dwDone, 0)) in readFileAt()
H A Dpipe.c485 if (! ReadFile(pPipe->m_File, pBuffer, BytesToRead, &nBytes, &os) && in osl_receivePipe()
H A Dpipeimpl.cxx429 return !!ReadFile( m_hReadPipe, lpBuffer, dwBytesToRead, lpBytesRead, NULL ); in Read()
H A Dprofile.cxx1437 if (! ReadFile(pFile->m_Handle, &pFile->m_ReadBuf[Bytes], Free, &Max, NULL)) in getLine()
/trunk/main/rsc/inc/
H A Drscinst.hxx177 ERRTYPE ReadFile();
/trunk/main/tools/source/stream/
H A Dstrmwnt.cxx226 bool bResult = ReadFile(pInstanceData->hFile,(LPVOID)pData,nSize,&nCount,NULL); in GetData()
/trunk/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx299 … fSuccess = ReadFile( hPipe, pBuffer, sizeof(PIPE_TERMINATION_SEQUENCE) - 1, &dwBytesRead, NULL ); in WinMain()
/trunk/main/fpicker/source/win32/filepicker/workbench/
H A DTest_fps.cxx178 … sal_Bool bSuccess = ReadFile (hFile, aDIB.getArray( ), dwFileSize, &dwBytesRead, NULL) ; in fileSelectionChanged()
/trunk/main/fpicker/source/win32/filepicker/
H A DPreviewCtrl.cxx540 bRet = ReadFile( in loadFile()
/trunk/main/rsc/doku/feinkonz.43/
H A Drscinst.doc2006 ERRTYPE ReadFile();
2092 Au0RscHrc::ReadFile()
2094 AliERRTYPE RscHrc::ReadFile();
2610 aSrc.ReadFile();
4083 RscHrc::ReadFile() 15
/trunk/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx551 if (ReadFile( GetStdHandle(STD_INPUT_HANDLE), &aBuffer, sizeof(aBuffer), &dwRead, NULL ) ) in readConsole()
/trunk/main/sal/osl/os2/
H A Dpipeimpl.cxx424 return !!ReadFile( m_hReadPipe, lpBuffer, dwBytesToRead, lpBytesRead, NULL ); in Read()

Completed in 118 milliseconds