Home
last modified time | relevance | path

Searched refs:store (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/AOO41X/main/store/source/
H A Dstorbase.hxx64 namespace store namespace
74 store::static_assert_test< sizeof( store::STATIC_ASSERTION_FAILURE< (bool)(pred) > ) > \
79 namespace store namespace
166 store::swap(m_pCount, rhs.m_pCount); in swap()
202 : m_nMagic (store::htonl(nMagic)), in OStorePageGuard()
203 m_nCRC32 (store::htonl(nCRC32)) in OStorePageGuard()
208 store::swap(m_nMagic, rhs.m_nMagic); in swap()
209 store::swap(m_nCRC32, rhs.m_nCRC32); in swap()
254 : m_nAddr (store::htonl(nAddr)), in OStorePageDescriptor()
255 m_nSize (store::htons(nSize)), in OStorePageDescriptor()
[all …]
H A Dstordata.hxx33 namespace store namespace
43 struct OStoreDataPageData : public store::OStorePageData
68 return (store::ntohs(rDescr.m_nSize) - self::thePageSize); in capacity()
79 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage()
87 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreDataPageData()
88 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in OStoreDataPageData()
106 class OStoreDataPageObject : public store::OStorePageObject
131 struct OStoreIndirectionPageData : public store::OStorePageData
158 return (store::ntohs(rDescr.m_nSize) - self::thePageSize); in capacity()
181 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreIndirectionPageData()
[all …]
H A Dstortree.hxx33 namespace store namespace
62 m_nAttrib (store::htonl(nAttrib)) in OStoreBTreeEntry()
106 struct OStoreBTreeNodeData : public store::OStorePageData
133 return (store::ntohs(base::m_aDescr.m_nSize) - self::thePageSize); in capacity()
147 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage()
159 base::m_aDescr.m_nUsed = store::htons(sal::static_int_cast< sal_uInt16 >(nBytes)); in usageCount()
173 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard()
183 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify()
193 return store::ntohl(self::m_aGuard.m_nMagic); in depth()
197 self::m_aGuard.m_nMagic = store::htonl(nDepth); in depth()
[all …]
H A Dstorpage.cxx44 using namespace store;
306 rKey.m_nLow = store::htonl(rtl_crc32 (0, pName->buffer, pName->length)); in namei()
307 rKey.m_nHigh = store::htonl(rtl_crc32 (0, pPath->buffer, pPath->length)); in namei()
341 aKey.m_nLow = store::htonl(rtl_crc32 (store::ntohl(aKey.m_nLow), "/", 1)); in iget()
430 rAttrib = store::ntohl(e.m_nAttrib); in iterate()
539 sal_uInt32 nAttrib = store::ntohl(e.m_nAttrib); in attrib()
544 if (store::htonl(nAttrib) != e.m_nAttrib) in attrib()
550 e.m_nAttrib = store::htonl(nAttrib); in attrib()
565 rAttrib = store::ntohl(e.m_nAttrib); in attrib()
726 if (!(store::ntohl(e.m_nAttrib) & STORE_ATTRIB_ISLINK)) in rename()
[all …]
H A Dstorbios.cxx43 using namespace store;
76 m_nMarked (store::htonl(0)), in OStoreSuperBlock()
78 m_nUnused (store::htonl(0)), in OStoreSuperBlock()
118 return store::ntohl(m_nUnused); in unusedCount()
127 m_nUnused = store::htonl(nUnused + 1); in unusedInsert()
133 m_nUnused = store::htonl(nUnused - 1); in unusedRemove()
138 m_nUnused = store::htonl(0); in unusedReset()
149 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard()
156 sal_uInt32 nMagic = store::ntohl(m_aGuard.m_nMagic); in verify()
163 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify()
[all …]
H A Dstordata.cxx36 using namespace store;
232 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[nSingle]); in read()
258 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[nDouble]); in read()
291 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[nTriple]); in read()
322 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[nSingle]); in write()
331 rPage.m_pData[nSingle] = store::htonl(rData.location()); in write()
362 storeError eErrCode = aSingle.loadOrCreate (store::ntohl(rPage.m_pData[nDouble]), rBIOS); in write()
367 rPage.m_pData[nDouble] = store::htonl(aSingle.location()); in write()
398 storeError eErrCode = aDouble.loadOrCreate (store::ntohl(rPage.m_pData[nTriple]), rBIOS); in write()
403 rPage.m_pData[nTriple] = store::htonl(aDouble.location()); in write()
[all …]
H A Dlockbyte.cxx44 using namespace store;
152 namespace store namespace
288 public store::OStoreObject,
289 public store::ILockBytes
469 namespace store namespace
523 public store::OStoreObject,
524 public store::PageData::Allocator,
525 public store::ILockBytes
677 namespace store namespace
681 public store::OStoreObject,
[all …]
H A Dstordir.cxx61 using namespace store;
193 if (!((eErrCode == store_E_None) && (aKey.m_nHigh == store::htonl(m_nPath)))) in iterate()
224 rFindData.m_nReserved = store::ntohl(aKey.m_nLow); in iterate()
231 aKey.m_nLow = store::htonl(store::ntohl(aKey.m_nLow) - 1); in iterate()
H A Dstorcach.cxx42 using namespace store;
257 namespace store namespace
261 public store::OStoreObject,
262 public store::PageCache
543 namespace store { namespace
547 rtl::Reference< store::PageCache > & rxCache, in PageCache_createInstance()
H A Dmakefile.mk26 PRJNAME=store
27 TARGET=store
46 $(SLO)$/store.obj
60 $(OBJ)$/store.obj
H A Dstorbase.cxx42 using namespace store;
81 namespace store namespace
85 public store::OStoreObject,
86 public store::PageData::Allocator
/AOO41X/main/store/prj/
H A Dd.lst1 mkdir: %_DEST%\inc%_EXT%\store
2 ..\inc\store\*.h %_DEST%\inc%_EXT%\store\*.h
3 ..\inc\store\store.hxx %_DEST%\inc%_EXT%\store\store.hxx
4 ..\inc\store\store.inl %_DEST%\inc%_EXT%\store\store.inl
5 ..\util\store.xml %_DEST%\xml%_EXT%\store.xml
8 ..\%__SRC%\lib\store*.lib %_DEST%\lib%_EXT%\store*.lib
H A Dbuild.lst1 s8 store : sal NULL
2 s8 store usr1 - all s8_mkout NULL
3 s8 store\inc nmake - all s8_inc NULL
4 s8 store\source nmake - all s8_source s8_inc NULL
5 s8 store\util nmake - all s8_util s8_source NULL
/AOO41X/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch253 XMLSEC_CRYPTO_EXPORT int xmlSecNssKeysStoreAdoptKey (xmlSecKeyStorePtr store,
255 +XMLSEC_CRYPTO_EXPORT int xmlSecNssKeysStoreAdoptKeySlot(xmlSecKeyStorePtr store,
257 XMLSEC_CRYPTO_EXPORT int xmlSecNssKeysStoreLoad (xmlSecKeyStorePtr store,
473 + * @hKeyStore: the pointer to key store.
476 + * Create and load key store and certificate database into keys manager
500 + * At present, MS Crypto engine do not provide a way to setup a key store.
503 + /*TODO: binding key store.*/
519 + * Add key store to manager, from now on keys manager destroys the store if
549 + * Set certificate databse to X509 key data store
552 + * At present, MS Crypto engine do not provide a way to setup a cert store.
[all …]
/AOO41X/test/testuno/source/testlib/uno/
H A DSWUtil.java71 XStorable store = (XStorable) UnoRuntime.queryInterface(XStorable.class, document); in saveAs() local
76 store.storeAsURL(url, propsValue); in saveAs()
81 XStorable store = (XStorable) UnoRuntime.queryInterface(XStorable.class, document); in save() local
82 store.store(); in save()
86 XStorable store = (XStorable) UnoRuntime.queryInterface(XStorable.class, document); in saveAndReload() local
87 store.store(); in saveAndReload()
/AOO41X/main/store/workben/
H A Dt_base.cxx38 using namespace store;
47 class OTestObject : public store::OStoreObject
71 namespace store namespace
87 namespace store namespace
90 class OTestBIOS : public store::OStorePageBIOS
92 typedef store::OStorePageBIOS base;
131 namespace store namespace
H A Dt_store.cxx129 typedef store::OStoreDirectory Directory;
133 typedef store::OStoreFile file;
136 store::OStoreFile m_aFile;
232 store::OStoreFile aFile; in main()
377 store::OStoreStream aStream; in main()
489 store::OStoreDirectory aDir; in main()
527 store::OStoreDirectory aRootDir; in main()
/AOO41X/main/offapi/com/sun/star/frame/
H A DXStorable.idl44 /** offers a simple way to store a component to an URL.
83 /** It is not possible to call <member>XStorable::store()</member> successfully
84 when the data store is read-only.
87 <TRUE/> if the data store is readonly or opened readonly
104 void store()
113 <p>The change of the location makes it necessary to store the document in
131 @see XStorable::store
158 @see XStorable::store
/AOO41X/main/o3tl/qa/
H A Dtest-vector_pool.cxx62 std::ptrdiff_t nIdx1 = aPool.store(0); in testPoolValueSemantics()
65 std::ptrdiff_t nIdx2 = aPool.store(1); in testPoolValueSemantics()
68 std::ptrdiff_t nIdx3 = aPool.store(2); in testPoolValueSemantics()
74 nIdx2 = aPool.store(1); in testPoolValueSemantics()
77 nIdx3 = aPool.store(2); in testPoolValueSemantics()
/AOO41X/main/offapi/com/sun/star/resource/
H A DXStringResourcePersistence.idl55 the last call to <member>store</member> to the location or storage
64 specifying a location used to load data from and store data to,
69 used to load data from and store data to,
81 The handler to be used for the store operation can be specified
87 void store()
97 <member>store</member> or, if supported
139 Base string for the file names used to store the locale data.
176 Base string for the file names used to store the locale data.
/AOO41X/main/store/util/
H A Dmakefile.mk26 PRJNAME=store
27 TARGET=store
48 LIB1FILES= $(LB)$/store.lib
62 SHL1LIBS= $(SLB)$/store.lib
/AOO41X/main/forms/qa/integration/forms/
H A DXMLFormSettings.java109 XStorable store = (XStorable)UnoRuntime.queryInterface( XStorable.class, in before() local
111 store.storeAsURL( fileURL, new PropertyValue[] {} ); in before()
217 XStorable store = (XStorable)UnoRuntime.queryInterface( XStorable.class, in impl_storeDocument() local
219 store.store(); in impl_storeDocument()
/AOO41X/main/offapi/com/sun/star/ui/
H A DXUIConfigurationPersistence.idl33 /** specifies a persistence interface which supports to load/store user
58 <member>store</member> cannot store its data into the internal
61 void store() raises ( ::com::sun::star::uno::Exception );
80 last <member>store</member> call. <FALSE/> if the configuration
H A DXUIConfigurationStorage.idl47 <member>store</member>.
52 and <member>store</member> can be used otherwise only
59 storage. This must be done explicitly with <member>store</member>.
70 /** checks if an instance has already a storage to load/store its data.
/AOO41X/main/registry/source/
H A Dregimpl.hxx121 const store::OStoreFile& getStoreFile() in getStoreFile()
141 RegError checkBlop(store::OStoreStream& rValue,
147 RegError mergeModuleValue(store::OStoreStream& rTargetValue,
173 store::OStoreFile m_file;

12345678910>>...12