Home
last modified time | relevance | path

Searched refs:chainElement (Results 1 – 12 of 12) sorted by relevance

/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/include/util/
H A DHashMap2.hpp265 const KV* chainElement = bucket; in add() local
266 while (chainElement) in add()
273 chainElement= KVOP::getNext(chainElement); in add()
308 KV* chainElement = bucket; in remove() local
310 while (chainElement) in remove()
332 return chainElement; in remove()
334 prev = chainElement; in remove()
335 chainElement = KVOP::getNext(chainElement); in remove()
364 while(chainElement) in get()
370 chainElement = KVOP::getNext(chainElement); in get()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/include/util/
H A DHashMap2.hpp266 const KV* chainElement = bucket; in add() local
267 while (chainElement) in add()
274 chainElement= KVOP::getNext(chainElement); in add()
309 KV* chainElement = bucket; in remove() local
311 while (chainElement) in remove()
333 return chainElement; in remove()
335 prev = chainElement; in remove()
336 chainElement = KVOP::getNext(chainElement); in remove()
365 while(chainElement) in get()
371 chainElement = KVOP::getNext(chainElement); in get()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/include/util/
H A DHashMap2.hpp265 const KV* chainElement = bucket; in add() local
266 while (chainElement) in add()
273 chainElement= KVOP::getNext(chainElement); in add()
308 KV* chainElement = bucket; in remove() local
310 while (chainElement) in remove()
332 return chainElement; in remove()
334 prev = chainElement; in remove()
335 chainElement = KVOP::getNext(chainElement); in remove()
364 while(chainElement) in get()
370 chainElement = KVOP::getNext(chainElement); in get()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/include/util/
H A DHashMap2.hpp265 const KV* chainElement = bucket; in add() local
266 while (chainElement) in add()
273 chainElement= KVOP::getNext(chainElement); in add()
308 KV* chainElement = bucket; in remove() local
310 while (chainElement) in remove()
332 return chainElement; in remove()
334 prev = chainElement; in remove()
335 chainElement = KVOP::getNext(chainElement); in remove()
364 while(chainElement) in get()
370 chainElement = KVOP::getNext(chainElement); in get()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/include/util/
H A DHashMap2.hpp265 const KV* chainElement = bucket; in add() local
266 while (chainElement) in add()
273 chainElement= KVOP::getNext(chainElement); in add()
308 KV* chainElement = bucket; in remove() local
310 while (chainElement) in remove()
332 return chainElement; in remove()
334 prev = chainElement; in remove()
335 chainElement = KVOP::getNext(chainElement); in remove()
364 while(chainElement) in get()
370 chainElement = KVOP::getNext(chainElement); in get()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/include/util/
H A DHashMap2.hpp265 const KV* chainElement = bucket; in add() local
266 while (chainElement) in add()
273 chainElement= KVOP::getNext(chainElement); in add()
308 KV* chainElement = bucket; in remove() local
310 while (chainElement) in remove()
332 return chainElement; in remove()
334 prev = chainElement; in remove()
335 chainElement = KVOP::getNext(chainElement); in remove()
364 while(chainElement) in get()
370 chainElement = KVOP::getNext(chainElement); in get()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/x509/
H A Dx509chainelement.cs26 …CAPI.CERT_CHAIN_ELEMENT chainElement = new CAPI.CERT_CHAIN_ELEMENT(Marshal.SizeOf(typeof(CAPI.CERT… in X509ChainElement()
28 if (cbSize > Marshal.SizeOf(chainElement)) in X509ChainElement()
29 cbSize = (uint) Marshal.SizeOf(chainElement); in X509ChainElement()
30 X509Utils.memcpy(pChainElement, new IntPtr(&chainElement), cbSize); in X509ChainElement()
32 m_certificate = new X509Certificate2(chainElement.pCertContext); in X509ChainElement()
33 if (chainElement.pwszExtendedErrorInfo == IntPtr.Zero) in X509ChainElement()
36 m_description = Marshal.PtrToStringUni(chainElement.pwszExtendedErrorInfo); in X509ChainElement()
39 if (chainElement.dwErrorStatus == 0) in X509ChainElement()
42 m_chainStatus = X509Chain.GetChainStatusInformation(chainElement.dwErrorStatus); in X509ChainElement()
/dports/audio/mixxx/mixxx-2.3.0/src/effects/
H A Deffectchainslot.cpp482 QDomElement chainElement = doc->createElement(EffectXml::Chain); in toXml() local
485 return chainElement; in toXml()
488 XmlParse::addElement(*doc, chainElement, EffectXml::ChainId, in toXml()
490 XmlParse::addElement(*doc, chainElement, EffectXml::ChainName, in toXml()
492 XmlParse::addElement(*doc, chainElement, EffectXml::ChainDescription, in toXml()
494 XmlParse::addElement(*doc, chainElement, EffectXml::ChainMixMode, in toXml()
498 XmlParse::addElement(*doc, chainElement, EffectXml::ChainSuperParameter, in toXml()
513 chainElement.appendChild(effectsElement); in toXml()
515 return chainElement; in toXml()
H A Deffectchainmanager.cpp220 QDomElement chainElement = chainNode.toElement(); in loadEffectChains() local
222 m_pEffectsManager, chainElement); in loadEffectChains()
227 pChainSlot->loadChainSlotFromXml(chainElement); in loadEffectChains()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Windows/
H A DChainPal.cs76 …X509ChainElement chainElement = new X509ChainElement(certificate, chainElementStatus, information);
77 chainElements[i] = chainElement;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/tests/
H A DChainTests.cs559 X509ChainElement chainElement = onlineChain.ChainElements[j]; in VerifyWithRevocation()
562 if (chainElement.ChainElementStatus.Length > 0) in VerifyWithRevocation()
564 … X509ChainStatusFlags allFlags = chainElement.ChainElementStatus.Aggregate( in VerifyWithRevocation()
572 chainElement.Certificate.Dispose(); in VerifyWithRevocation()
H A DCollectionTests.cs1351 foreach (X509ChainElement chainElement in chain.ChainElements) in X509ChainElementCollection_IndexerVsEnumerator()
1355 Assert.NotNull(chainElement); in X509ChainElementCollection_IndexerVsEnumerator()
1358 Assert.Same(indexerElement, chainElement); in X509ChainElementCollection_IndexerVsEnumerator()