Searched refs:pBytesWritten (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sal/osl/w32/ |
H A D | file.cxx | 112 sal_uInt64 * pBytesWritten); 124 sal_uInt64 * pBytesWritten); 328 sal_uInt64 * pBytesWritten) in writeAt() argument 353 *pBytesWritten = dwDone; in writeAt() 435 sal_uInt64 * pBytesWritten) in writeFileAt() argument 448 *pBytesWritten = dwDone; in writeFileAt() 459 for (*pBytesWritten = 0; nBytesToWrite > 0; ) in writeFileAt() 934 sal_uInt64 * pBytesWritten ) in osl_writeFile() argument 944 pImpl->m_filepos, pBuffer, uBytesToWrite, pBytesWritten); in osl_writeFile() 946 pImpl->m_filepos += *pBytesWritten; in osl_writeFile() [all …]
|
/aoo42x/main/sal/osl/unx/ |
H A D | file.cxx | 120 sal_uInt64 * pBytesWritten); 132 sal_uInt64 * pBytesWritten); 388 sal_uInt64 * pBytesWritten) in writeAt() argument 423 *pBytesWritten = nBytes; in writeAt() 502 sal_uInt64 * pBytesWritten) in writeFileAt() argument 510 *pBytesWritten = nBytes; in writeFileAt() 521 for (*pBytesWritten = 0; nBytesToWrite > 0; ) in writeFileAt() 543 nBytesToWrite -= uDone, *pBytesWritten += uDone; in writeFileAt() 1183 sal_uInt64 * pBytesWritten) in osl_writeFile() argument 1202 pImpl->m_fileptr += *pBytesWritten; in osl_writeFile() [all …]
|
/aoo42x/main/sal/osl/os2/ |
H A D | file.cxx | 215 sal_uInt64 * pBytesWritten); 227 sal_uInt64 * pBytesWritten); 433 sal_uInt64 * pBytesWritten) in writeAt() argument 458 *pBytesWritten = nBytes; in writeAt() 536 sal_uInt64 * pBytesWritten) in writeFileAt() argument 544 *pBytesWritten = nBytes; in writeFileAt() 555 for (*pBytesWritten = 0; nBytesToWrite > 0; ) in writeFileAt() 1699 sal_uInt64 * pBytesWritten) in osl_writeFile() argument 1715 pImpl->m_fileptr, pBuffer, nBytesToWrite, pBytesWritten); in osl_writeFile() 1717 pImpl->m_fileptr += *pBytesWritten; in osl_writeFile() [all …]
|
/aoo42x/main/comphelper/qa/complex/comphelper/ |
H A D | SequenceOutputStreamUnitTest.java | 121 byte pBytesWritten[] = xSeqOutStream.getWrittenBytes (); in test() 126 pArgs[0] = pBytesWritten; in test() 146 if ( pBytesOriginal[i] != pBytesWritten[i] ) { in test()
|
/aoo42x/main/sal/inc/osl/ |
H A D | file.h | 947 …( oslFileHandle Handle, const void *pBuffer, sal_uInt64 uBytesToWrite, sal_uInt64 *pBytesWritten ); 975 sal_uInt64* pBytesWritten
|
Completed in 48 milliseconds