Home
last modified time | relevance | path

Searched refs:hashCache (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dscriptval.go36 hashCache *txscript.HashCache member
184 hashCache: hashCache,
193 hashCache *txscript.HashCache) error {
203 !hashCache.ContainsHashes(tx.Hash()) {
204 hashCache.AddSigHashes(tx.MsgTx())
245 hashCache *txscript.HashCache) error {
267 !hashCache.ContainsHashes(hash) {
269 hashCache.AddSigHashes(tx.MsgTx())
274 if hashCache != nil {
310 if segwitActive && hashCache != nil {
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dscriptval.go36 hashCache *txscript.HashCache
184 hashCache: hashCache,
193 hashCache *txscript.HashCache) error {
203 !hashCache.ContainsHashes(tx.Hash()) {
204 hashCache.AddSigHashes(tx.MsgTx())
245 hashCache *txscript.HashCache) error {
267 !hashCache.ContainsHashes(hash) {
269 hashCache.AddSigHashes(tx.MsgTx())
274 if hashCache != nil {
310 if segwitActive && hashCache != nil {
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dscriptval.go36 hashCache *txscript.HashCache member
184 hashCache: hashCache,
193 hashCache *txscript.HashCache) error {
203 !hashCache.ContainsHashes(tx.Hash()) {
204 hashCache.AddSigHashes(tx.MsgTx())
245 hashCache *txscript.HashCache) error {
267 !hashCache.ContainsHashes(hash) {
269 hashCache.AddSigHashes(tx.MsgTx())
274 if hashCache != nil {
310 if segwitActive && hashCache != nil {
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dscriptval.go36 hashCache *txscript.HashCache member
184 hashCache: hashCache,
193 hashCache *txscript.HashCache) error {
203 !hashCache.ContainsHashes(tx.Hash()) {
204 hashCache.AddSigHashes(tx.MsgTx())
245 hashCache *txscript.HashCache) error {
267 !hashCache.ContainsHashes(hash) {
269 hashCache.AddSigHashes(tx.MsgTx())
274 if hashCache != nil {
310 if segwitActive && hashCache != nil {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/blockchain/
H A Dscriptval.go36 hashCache *txscript.HashCache member
184 hashCache: hashCache,
193 hashCache *txscript.HashCache) error {
203 !hashCache.ContainsHashes(tx.Hash()) {
204 hashCache.AddSigHashes(tx.MsgTx())
245 hashCache *txscript.HashCache) error {
267 !hashCache.ContainsHashes(hash) {
269 hashCache.AddSigHashes(tx.MsgTx())
274 if hashCache != nil {
310 if segwitActive && hashCache != nil {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/blockchain/
H A Dscriptval.go36 hashCache *txscript.HashCache member
184 hashCache: hashCache,
193 hashCache *txscript.HashCache) error {
203 !hashCache.ContainsHashes(tx.Hash()) {
204 hashCache.AddSigHashes(tx.MsgTx())
245 hashCache *txscript.HashCache) error {
267 !hashCache.ContainsHashes(hash) {
269 hashCache.AddSigHashes(tx.MsgTx())
274 if hashCache != nil {
310 if segwitActive && hashCache != nil {
[all …]
/dports/devel/log4j/apache-log4j-1.2.17/src/main/java/org/apache/log4j/
H A DCategoryKey.java28 int hashCache; field in CategoryKey
32 hashCache = name.hashCode(); in CategoryKey()
38 return hashCache; in hashCode()
/dports/multimedia/musique/musique-1.10.1/src/model/
H A Dgenre.cpp14 QHash<QString, Genre *> hashCache; variable
35 hashCache.clear(); in clearCache()
36 hashCache.squeeze(); in clearCache()
58 hashCache.insert(hash, genre); in forId()
67 auto i = hashCache.constFind(hash); in maybeCreateByName()
68 if (i != hashCache.constEnd()) return i.value(); in maybeCreateByName()
95 auto i = hashCache.constFind(hash); in forHash()
96 if (i != hashCache.constEnd()) return i.value(); in forHash()
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/mining/
H A Dmining.go355 hashCache *txscript.HashCache member
368 hashCache *txscript.HashCache) *BlkTmplGenerator {
377 hashCache: hashCache,
752 g.hashCache)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/mining/
H A Dmining.go355 hashCache *txscript.HashCache member
368 hashCache *txscript.HashCache) *BlkTmplGenerator {
377 hashCache: hashCache,
752 g.hashCache)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/mining/
H A Dmining.go355 hashCache *txscript.HashCache member
368 hashCache *txscript.HashCache) *BlkTmplGenerator {
377 hashCache: hashCache,
752 g.hashCache)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/mining/
H A Dmining.go355 hashCache *txscript.HashCache member
368 hashCache *txscript.HashCache) *BlkTmplGenerator {
377 hashCache: hashCache,
752 g.hashCache)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/mining/
H A Dmining.go355 hashCache *txscript.HashCache member
368 hashCache *txscript.HashCache) *BlkTmplGenerator {
377 hashCache: hashCache,
752 g.hashCache)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/mining/
H A Dmining.go355 hashCache *txscript.HashCache member
368 hashCache *txscript.HashCache) *BlkTmplGenerator {
377 hashCache: hashCache,
752 g.hashCache)
/dports/lang/maude/maude-2.7.1/src/ACU_Theory/
H A DACU_TreeDagNode.cc57 return hashCache; in getHashValue()
61 hashCache = hashValue; in getHashValue()
H A DACU_TreeDagNode.hh93 size_t hashCache; member in ACU_TreeDagNode
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine.go133 hashCache *TxSigHashes member
856 sigCache *SigCache, hashCache *TxSigHashes, inputAmount int64) (*Engine, error) {
885 vm := Engine{flags: flags, sigCache: sigCache, hashCache: hashCache,
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine.go133 hashCache *TxSigHashes member
856 sigCache *SigCache, hashCache *TxSigHashes, inputAmount int64) (*Engine, error) {
885 vm := Engine{flags: flags, sigCache: sigCache, hashCache: hashCache,
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine.go133 hashCache *TxSigHashes member
856 sigCache *SigCache, hashCache *TxSigHashes, inputAmount int64) (*Engine, error) {
885 vm := Engine{flags: flags, sigCache: sigCache, hashCache: hashCache,
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine.go133 hashCache *TxSigHashes member
856 sigCache *SigCache, hashCache *TxSigHashes, inputAmount int64) (*Engine, error) {
885 vm := Engine{flags: flags, sigCache: sigCache, hashCache: hashCache,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine.go133 hashCache *TxSigHashes member
856 sigCache *SigCache, hashCache *TxSigHashes, inputAmount int64) (*Engine, error) {
885 vm := Engine{flags: flags, sigCache: sigCache, hashCache: hashCache,
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine.go133 hashCache *TxSigHashes member
856 sigCache *SigCache, hashCache *TxSigHashes, inputAmount int64) (*Engine, error) {
885 vm := Engine{flags: flags, sigCache: sigCache, hashCache: hashCache,
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/
H A DMediaWikiIntegrationTestCase.php326 $hashCache = [ 'class' => HashBagOStuff::class, 'reportDupes' => false ];
328 CACHE_DB => $hashCache,
329 CACHE_ACCEL => $hashCache,
330 CACHE_MEMCACHED => $hashCache,
331 'apc' => $hashCache,
332 'apcu' => $hashCache,
333 'wincache' => $hashCache,
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/
H A DMediaWikiIntegrationTestCase.php330 $hashCache = [ 'class' => HashBagOStuff::class, 'reportDupes' => false ];
332 CACHE_DB => $hashCache,
333 CACHE_ACCEL => $hashCache,
334 CACHE_MEMCACHED => $hashCache,
335 'apc' => $hashCache,
336 'apcu' => $hashCache,
337 'wincache' => $hashCache,
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/
H A DMediaWikiIntegrationTestCase.php327 $hashCache = [ 'class' => HashBagOStuff::class, 'reportDupes' => false ];
329 CACHE_DB => $hashCache,
330 CACHE_ACCEL => $hashCache,
331 CACHE_MEMCACHED => $hashCache,
332 'apc' => $hashCache,
333 'apcu' => $hashCache,
334 'wincache' => $hashCache,

1234567