Searched refs:pBytesRead (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/sal/osl/w32/ |
| H A D | file.cxx | 106 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() 380 return readAt (nOffset, pBuffer, nBytesRequested, pBytesRead); in readFileAt() 385 for (*pBytesRead = 0; nBytesRequested > 0; ) in readFileAt() 402 result = readAt (nOffset, &(buffer[*pBytesRead]), nBytesRequested, &uDone); in readFileAt() [all …]
|
| /trunk/main/sal/osl/unx/ |
| H A D | file.cxx | 114 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() 445 return readAt (nOffset, pBuffer, nBytesRequested, pBytesRead); in readFileAt() 450 for (*pBytesRead = 0; nBytesRequested > 0; ) in readFileAt() 467 result = readAt (nOffset, &(buffer[*pBytesRead]), nBytesRequested, &uDone); in readFileAt() [all …]
|
| /trunk/main/sal/osl/os2/ |
| H A D | file.cxx | 209 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() 480 return readAt (nOffset, pBuffer, nBytesRequested, pBytesRead); in readFileAt() 485 for (*pBytesRead = 0; nBytesRequested > 0; ) in readFileAt() 501 result = readAt (nOffset, &(buffer[*pBytesRead]), nBytesRequested, &uDone); in readFileAt() [all …]
|
| /trunk/main/comphelper/qa/complex/comphelper/ |
| H A D | SequenceOutputStreamUnitTest.java | 125 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 D | file.h | 879 …eadFile( oslFileHandle Handle, void *pBuffer, sal_uInt64 uBytesRequested, sal_uInt64 *pBytesRead ); 960 sal_uInt64* pBytesRead
|