Searched refs:eScope (Results 1 – 8 of 8) sorted by relevance
737 inode::ChunkScope eScope = m_rPage.scope(nOffset);738 if (eScope == inode::SCOPE_INTERNAL)757 page::ChunkScope eScope = scope (nPage, aLink); in read() local760 if (eScope == page::SCOPE_DIRECT) in read()768 else if (eScope == page::SCOPE_SINGLE) in read()781 else if (eScope == page::SCOPE_DOUBLE) in read()794 else if (eScope == page::SCOPE_TRIPLE) in read()807 else if (eScope == page::SCOPE_UNREACHABLE) in read()833 page::ChunkScope eScope = scope (nPage, aLink); in write() local836 if (eScope == page::SCOPE_DIRECT) in write()[all …]
175 inode::ChunkScope eScope = m_xNode->scope (nOffset); in readAt() local176 if (eScope == inode::SCOPE_INTERNAL) in readAt()267 inode::ChunkScope eScope = m_xNode->scope (nOffset); in writeAt() local268 if (eScope == inode::SCOPE_INTERNAL) in writeAt()
833 inode::ChunkScope eScope = xNode->scope (aPage.dataLength()); in remove() local834 if (eScope == inode::SCOPE_EXTERNAL) in remove()
852 page::ChunkScope eScope,
78 SbiSymScope eScope; // Scope des Pools member in SbiSymPool90 SbiSymScope GetScope() const { return eScope; } in GetScope()91 void SetScope( SbiSymScope s ) { eScope = s; } in SetScope()
273 RutlNameScope eScope, in MakeRangeFromName() argument284 if( eScope==RUTL_NAMES ) in MakeRangeFromName()323 else if( eScope==RUTL_DBASE ) in MakeRangeFromName()
97 RutlNameScope eScope=RUTL_NAMES,
106 eScope = s; in SbiSymPool()