Home
last modified time | relevance | path

Searched refs:pBytesRead (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sal/osl/w32/
H A Dfile.cxx106 sal_uInt64 * pBytesRead);
118 sal_uInt64 * pBytesRead);
129 sal_uInt64 * pBytesRead);
297 sal_uInt64 * pBytesRead) in readAt() argument
320 *pBytesRead = dwDone; in readAt()
361 sal_uInt64 * pBytesRead) in readFileAt() argument
374 *pBytesRead = dwDone; in readFileAt()
507 sal_uInt64 * pBytesRead) in readLineAt() argument
913 sal_uInt64 * pBytesRead) in osl_readFile() argument
924 pImpl->m_filepos += *pBytesRead; in osl_readFile()
[all …]
/trunk/main/sal/osl/unx/
H A Dfile.cxx114 sal_uInt64 * pBytesRead);
126 sal_uInt64 * pBytesRead);
137 sal_uInt64 * pBytesRead);
339 sal_uInt64 * pBytesRead) in readAt() argument
380 *pBytesRead = nBytes; in readAt()
431 sal_uInt64 * pBytesRead) in readFileAt() argument
439 *pBytesRead = nBytes; in readFileAt()
571 sal_uInt64 * pBytesRead) in readLineAt() argument
1154 sal_uInt64 * pBytesRead) in osl_readFile() argument
1171 pImpl->m_fileptr += *pBytesRead; in osl_readFile()
[all …]
/trunk/main/sal/osl/os2/
H A Dfile.cxx209 sal_uInt64 * pBytesRead);
221 sal_uInt64 * pBytesRead);
232 sal_uInt64 * pBytesRead);
402 sal_uInt64 * pBytesRead) in readAt() argument
425 *pBytesRead = nBytes; in readAt()
466 sal_uInt64 * pBytesRead) in readFileAt() argument
474 *pBytesRead = nBytes; in readFileAt()
604 sal_uInt64 * pBytesRead) in readLineAt() argument
1671 sal_uInt64 * pBytesRead) in osl_readFile() argument
1687 pImpl->m_fileptr += *pBytesRead; in osl_readFile()
[all …]
/trunk/main/comphelper/qa/complex/comphelper/
H A DSequenceOutputStreamUnitTest.java125 byte pBytesRead[][] = new byte [1][nBytesCnt]; in test()
126 xSeekableInStream.readBytes ( pBytesRead, pBytesRead[0].length + 1 ); in test()
140 } else if ( pBytesOriginal[i] != pBytesRead[0][i] ) { in test()
/trunk/main/sal/inc/osl/
H A Dfile.h879 …eadFile( oslFileHandle Handle, void *pBuffer, sal_uInt64 uBytesRequested, sal_uInt64 *pBytesRead );
960 sal_uInt64* pBytesRead

Completed in 141 milliseconds