Home
last modified time | relevance | path

Searched refs:readAt (Results 1 – 18 of 18) sorted by relevance

/aoo41x/main/registry/source/
H A Dkeyimpl.cxx263 if ( rValue.readAt(0, pBuffer, VALUE_HEADERSIZE, readBytes) ) in getValueInfo()
288 rValue.readAt(VALUE_HEADEROFFSET, pBuffer, 4, readBytes); in getValueInfo()
600 if ( rValue.readAt(0, pBuffer, VALUE_HEADERSIZE, readBytes) ) in getValue()
624 if ( rValue.readAt(VALUE_HEADEROFFSET, pBuffer, valueSize, readBytes) ) in getValue()
695 if ( rValue.readAt(0, pBuffer, VALUE_HEADERSIZE, readBytes) ) in getLongListValue()
727 if ( rValue.readAt(VALUE_HEADEROFFSET, pBuffer, valueSize, readBytes) ) in getLongListValue()
792 if ( rValue.readAt(0, pBuffer, VALUE_HEADERSIZE, readBytes) ) in getStringListValue()
824 if ( rValue.readAt(VALUE_HEADEROFFSET, pBuffer, valueSize, readBytes) ) in getStringListValue()
898 if ( rValue.readAt(0, pBuffer, VALUE_HEADERSIZE, readBytes) ) in getUnicodeListValue()
930 if ( rValue.readAt(VALUE_HEADEROFFSET, pBuffer, valueSize, readBytes) ) in getUnicodeListValue()
H A Dregimpl.cxx1051 if (rValue.readAt(0, pBuffer, VALUE_HEADERSIZE, rwBytes)) in loadAndSaveValue()
1071 if (rValue.readAt(0, pBuffer, nSize, rwBytes)) in loadAndSaveValue()
1153 if (!rValue.readAt(0, pBuffer, VALUE_HEADERSIZE, rwBytes) && in checkBlop()
1164 if (!rValue.readAt(VALUE_HEADEROFFSET, pBuffer, valueSize, rwBytes) && in checkBlop()
1488 if (rValue.readAt(0, pBuffer, VALUE_HEADERSIZE, rwBytes)) in dumpValue()
1504 if (rValue.readAt(VALUE_HEADEROFFSET, pBuffer, valueSize, rwBytes)) in dumpValue()
/aoo41x/main/sal/osl/w32/
H A Dfile.cxx102 oslFileError readAt (
293 oslFileError FileHandle_Impl::readAt ( in readAt() function in FileHandle_Impl
380 return readAt (nOffset, pBuffer, nBytesRequested, pBytesRead); in readFileAt()
402 result = readAt (nOffset, &(buffer[*pBytesRead]), nBytesRequested, &uDone); in readFileAt()
412 result = readAt (bufptr, m_buffer, m_bufsiz, &uDone); in readFileAt()
487 result = readAt (bufptr, m_buffer, m_bufsiz, &uDone); in writeFileAt()
521 result = readAt (bufptr, m_buffer, m_bufsiz, &uDone); in readLineAt()
555 result = readAt (bufptr, m_buffer, m_bufsiz, &uDone); in readLineAt()
/aoo41x/main/sal/osl/unx/
H A Dfile.cxx110 oslFileError readAt (
337 oslFileError FileHandle_Impl::readAt ( in readAt() function in FileHandle_Impl
447 return readAt (nOffset, pBuffer, nBytesRequested, pBytesRead); in readFileAt()
469 result = readAt (nOffset, &(buffer[*pBytesRead]), nBytesRequested, &uDone); in readFileAt()
479 result = readAt (bufptr, m_buffer, m_bufsiz, &uDone); in readFileAt()
551 result = readAt (bufptr, m_buffer, m_bufsiz, &uDone); in writeFileAt()
587 result = readAt (bufptr, m_buffer, m_bufsiz, &uDone); in readLineAt()
621 result = readAt (bufptr, m_buffer, m_bufsiz, &uDone); in readLineAt()
/aoo41x/main/io/source/stm/
H A Dstreamhelper.hxx87 virtual void readAt( sal_Int32 nPos, Sequence<sal_Int8> & , sal_Int32 nBytesToRead ) const
107 virtual void readAt( sal_Int32 nPos, Sequence<sal_Int8> & , sal_Int32 nBytesToRead ) const
H A Dstreamhelper.cxx63 readAt(0, seq , nBufferLen); in read()
129 void MemRingBuffer::readAt( sal_Int32 nPos, Sequence<sal_Int8> &seq , sal_Int32 nBytesToRead ) const in readAt() function in io_stm::MemRingBuffer
H A Domark.cxx418 m_pBuffer->readAt( 0 , seq , nNextFound ); in checkMarksAndFlush()
642 m_pBuffer->readAt( m_nCurrentPos , aData , nBytesToRead ); in readBytes()
704 m_pBuffer->readAt( m_nCurrentPos , aData , nBytesRead ); in readSomeBytes()
/aoo41x/main/store/workben/
H A Dt_file.cxx150 eErrCode = xLockBytes->readAt ( in main()
196 eErrCode = xLockBytes->readAt (offset, verify, TEST_PAGESIZE); in main()
H A Dt_store.cxx412 eErrCode = aStream.readAt ( in main()
H A Dt_page.cxx778 rxLockBytes->readAt (0, &super, super::theSize);
/aoo41x/main/sal/osl/os2/
H A Dfile.cxx205 oslFileError readAt (
398 oslFileError FileHandle_Impl::readAt ( in readAt() function in FileHandle_Impl
480 return readAt (nOffset, pBuffer, nBytesRequested, pBytesRead); in readFileAt()
501 result = readAt (nOffset, &(buffer[*pBytesRead]), nBytesRequested, &uDone); in readFileAt()
511 result = readAt (bufptr, m_buffer, m_bufsiz, &uDone); in readFileAt()
582 result = readAt (bufptr, m_buffer, m_bufsiz, &uDone); in writeFileAt()
618 result = readAt (bufptr, m_buffer, m_bufsiz, &uDone); in readLineAt()
652 result = readAt (bufptr, m_buffer, m_bufsiz, &uDone); in readLineAt()
/aoo41x/main/store/source/
H A Dstorlckb.hxx74 storeError readAt (
H A Dlockbyte.hxx86 storeError readAt (
H A Dstorlckb.cxx143 storeError OStoreLockBytes::readAt ( in readAt() function in OStoreLockBytes
H A Dstore.cxx474 return xLockBytes->readAt (nOffset, pBuffer, nBytes, *pnDone); in store_readStream()
H A Dlockbyte.cxx87 storeError ILockBytes::readAt (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt() function in ILockBytes
H A Dstorbios.cxx716 return m_xLockBytes->readAt (nAddr, pData, nSize); in read()
/aoo41x/main/store/inc/store/
H A Dstore.hxx133 inline storeError readAt ( in readAt() function in store::OStoreStream

Completed in 160 milliseconds