Home
last modified time | relevance | path

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

/aoo41x/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 …]
/aoo41x/main/sal/osl/unx/
H A Dfile.cxx114 sal_uInt64 * pBytesRead);
126 sal_uInt64 * pBytesRead);
137 sal_uInt64 * pBytesRead);
341 sal_uInt64 * pBytesRead) in readAt() argument
382 *pBytesRead = nBytes; in readAt()
433 sal_uInt64 * pBytesRead) in readFileAt() argument
441 *pBytesRead = nBytes; in readFileAt()
573 sal_uInt64 * pBytesRead) in readLineAt() argument
1156 sal_uInt64 * pBytesRead) in osl_readFile() argument
1173 pImpl->m_fileptr += *pBytesRead; in osl_readFile()
[all …]
/aoo41x/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 …]
/aoo41x/main/comphelper/qa/complex/comphelper/
H A DSequenceOutputStreamUnitTest.java135 byte pBytesRead[][] = new byte [1][nBytesCnt]; in test()
136 xSeekableInStream.readBytes ( pBytesRead, pBytesRead[0].length + 1 ); in test()
150 } else if ( pBytesOriginal[i] != pBytesRead[0][i] ) { in test()
/aoo41x/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 49 milliseconds