Home
last modified time | relevance | path

Searched refs:oldChain (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/radiance/radiance-baf2c40/src/
H A DOutputNode.cpp46 QSharedPointer<Chain> oldChain; in resize() local
50 oldChain = m_chain; in resize()
51 if (size == oldChain->size()) return; in resize()
52 newChain = QSharedPointer<Chain>(new Chain(oldChain.data(), size), &QObject::deleteLater); in resize()
59 emit requestedChainRemoved(oldChain); in resize()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp215 NdbElement_t<C> * oldChain = 0; in insertKey() local
221 oldChain = chain; in insertKey()
234 if (oldChain != 0) in insertKey()
235 oldChain->next = chain; in insertKey()
296 NdbElement_t<C> *oldChain = 0; in deleteKey() local
301 if (oldChain == 0) { in deleteKey()
304 oldChain->next = chain->next; in deleteKey()
309 oldChain = chain; in deleteKey()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp215 NdbElement_t<C> * oldChain = 0; in insertKey() local
221 oldChain = chain; in insertKey()
234 if (oldChain != 0) in insertKey()
235 oldChain->next = chain; in insertKey()
296 NdbElement_t<C> *oldChain = 0; in deleteKey() local
301 if (oldChain == 0) { in deleteKey()
304 oldChain->next = chain->next; in deleteKey()
309 oldChain = chain; in deleteKey()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp215 NdbElement_t<C> * oldChain = 0; in insertKey() local
221 oldChain = chain; in insertKey()
234 if (oldChain != 0) in insertKey()
235 oldChain->next = chain; in insertKey()
296 NdbElement_t<C> *oldChain = 0; in deleteKey() local
301 if (oldChain == 0) { in deleteKey()
304 oldChain->next = chain->next; in deleteKey()
309 oldChain = chain; in deleteKey()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp215 NdbElement_t<C> * oldChain = 0; in insertKey() local
221 oldChain = chain; in insertKey()
234 if (oldChain != 0) in insertKey()
235 oldChain->next = chain; in insertKey()
296 NdbElement_t<C> *oldChain = 0; in deleteKey() local
301 if (oldChain == 0) { in deleteKey()
304 oldChain->next = chain->next; in deleteKey()
309 oldChain = chain; in deleteKey()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp215 NdbElement_t<C> * oldChain = 0; in insertKey() local
221 oldChain = chain; in insertKey()
234 if (oldChain != 0) in insertKey()
235 oldChain->next = chain; in insertKey()
296 NdbElement_t<C> *oldChain = 0; in deleteKey() local
301 if (oldChain == 0) { in deleteKey()
304 oldChain->next = chain->next; in deleteKey()
309 oldChain = chain; in deleteKey()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp215 NdbElement_t<C> * oldChain = 0; in insertKey() local
221 oldChain = chain; in insertKey()
234 if (oldChain != 0) in insertKey()
235 oldChain->next = chain; in insertKey()
296 NdbElement_t<C> *oldChain = 0; in deleteKey() local
301 if (oldChain == 0) { in deleteKey()
304 oldChain->next = chain->next; in deleteKey()
309 oldChain = chain; in deleteKey()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp215 NdbElement_t<C> * oldChain = 0; in insertKey() local
221 oldChain = chain; in insertKey()
234 if (oldChain != 0) in insertKey()
235 oldChain->next = chain; in insertKey()
296 NdbElement_t<C> *oldChain = 0; in deleteKey() local
301 if (oldChain == 0) { in deleteKey()
304 oldChain->next = chain->next; in deleteKey()
309 oldChain = chain; in deleteKey()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp215 NdbElement_t<C> * oldChain = 0; in insertKey() local
221 oldChain = chain; in insertKey()
234 if (oldChain != 0) in insertKey()
235 oldChain->next = chain; in insertKey()
296 NdbElement_t<C> *oldChain = 0; in deleteKey() local
301 if (oldChain == 0) { in deleteKey()
304 oldChain->next = chain->next; in deleteKey()
309 oldChain = chain; in deleteKey()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp215 NdbElement_t<C> * oldChain = 0; in insertKey() local
221 oldChain = chain; in insertKey()
234 if (oldChain != 0) in insertKey()
235 oldChain->next = chain; in insertKey()
296 NdbElement_t<C> *oldChain = 0; in deleteKey() local
301 if (oldChain == 0) { in deleteKey()
304 oldChain->next = chain->next; in deleteKey()
309 oldChain = chain; in deleteKey()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp215 NdbElement_t<C> * oldChain = 0; in insertKey() local
221 oldChain = chain; in insertKey()
234 if (oldChain != 0) in insertKey()
235 oldChain->next = chain; in insertKey()
296 NdbElement_t<C> *oldChain = 0; in deleteKey() local
301 if (oldChain == 0) { in deleteKey()
304 oldChain->next = chain->next; in deleteKey()
309 oldChain = chain; in deleteKey()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp215 NdbElement_t<C> * oldChain = 0; in insertKey() local
221 oldChain = chain; in insertKey()
234 if (oldChain != 0) in insertKey()
235 oldChain->next = chain; in insertKey()
296 NdbElement_t<C> *oldChain = 0; in deleteKey() local
301 if (oldChain == 0) { in deleteKey()
304 oldChain->next = chain->next; in deleteKey()
309 oldChain = chain; in deleteKey()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp206 NdbElement_t<C> * oldChain = 0; in insertKey() local
212 oldChain = chain; in insertKey()
225 if (oldChain != 0) in insertKey()
226 oldChain->next = chain; in insertKey()
287 NdbElement_t<C> *oldChain = 0; in deleteKey() local
292 if (oldChain == 0) { in deleteKey()
295 oldChain->next = chain->next; in deleteKey()
300 oldChain = chain; in deleteKey()
/dports/mail/trojita/trojita-0.7/src/Imap/Model/
H A DUtils.cpp388 QList<QSslCertificate> oldChain = QSslCertificate::fromData(lastKnownCertPem, QSsl::Pem); in migrateSettings() local
389 if (!oldChain.isEmpty()) { in migrateSettings()
390 settings->setValue(SettingsNames::imapSslPemPubKey, oldChain[0].publicKey().toPem()); in migrateSettings()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/
H A Dblockchain.go1928 oldChain types.Blocks
1941 oldChain = append(oldChain, oldBlock)
1971 oldChain = append(oldChain, oldBlock)
1992 if len(oldChain) > 0 && len(newChain) > 0 {
1995 if len(oldChain) > 63 {
2000 …"drop", len(oldChain), "dropfrom", oldChain[0].Hash(), "add", len(newChain), "addfrom", newChain[0…
2002 blockReorgDropMeter.Mark(int64(len(oldChain)))
2012 …ldnum", oldBlock.Number(), "oldhash", oldBlock.Hash(), "oldblocks", len(oldChain), "newnum", newBl…
2056 if len(oldChain) > 0 {
2057 for i := len(oldChain) - 1; i >= 0; i-- {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/
H A Dblockchain.go1278 oldChain types.Blocks
1306 oldChain = append(oldChain, oldBlock)
1330 oldChain = append(oldChain, oldBlock)
1344 if len(oldChain) > 0 && len(newChain) > 0 {
1346 if len(oldChain) > 63 {
1350 …"drop", len(oldChain), "dropfrom", oldChain[0].Hash(), "add", len(newChain), "addfrom", newChain[0…
1376 if len(oldChain) > 0 {
1378 for _, block := range oldChain {
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Net.Security/
H A DChainValidationHelper.cs281 var oldChain = chain; in ValidateChain()
285 if (chain != oldChain) in ValidateChain()
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dcr_chains.go1449 oldChain, ok := ccs.byMostRecent[rop.OldDir.Ref]
1454 for i, oldOp := range oldChain.ops {
1459 oldChain.ops = append(
1460 oldChain.ops[:i], oldChain.ops[i+1:]...)
1475 newChain := oldChain
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/coreos/go-iptables/iptables/
H A Diptables.go384 func (ipt *IPTables) RenameChain(table, oldChain, newChain string) error {
385 return ipt.run("-t", table, "-E", oldChain, newChain)
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/coreos/go-iptables/iptables/
H A Diptables.go384 func (ipt *IPTables) RenameChain(table, oldChain, newChain string) error {
385 return ipt.run("-t", table, "-E", oldChain, newChain)
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/coreos/go-iptables/iptables/
H A Diptables.go394 func (ipt *IPTables) RenameChain(table, oldChain, newChain string) error {
395 return ipt.run("-t", table, "-E", oldChain, newChain)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/coreos/go-iptables/iptables/
H A Diptables.go394 func (ipt *IPTables) RenameChain(table, oldChain, newChain string) error {
395 return ipt.run("-t", table, "-E", oldChain, newChain)
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Dpdbxplugin.cpp503 char oldChain[8]; in parseStructureFaster() local