Home
last modified time | relevance | path

Searched refs:MaxScriptElementSize (Results 1 – 24 of 24) sorted by relevance

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dscriptbuilder.go212 if dataLen > MaxScriptElementSize {
215 dataLen, MaxScriptElementSize)
H A Dengine.go184 } else if len(pop.data) > MaxScriptElementSize {
186 len(pop.data), MaxScriptElementSize)
349 if len(witElement) > MaxScriptElementSize {
352 MaxScriptElementSize)
H A Dscript.go42 MaxScriptElementSize = 520 // Max bytes pushable to the stack. const
H A Dscript_test.go3772 for i := 0; i <= MaxScriptElementSize; i++ {
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dscriptbuilder.go212 if dataLen > MaxScriptElementSize {
215 dataLen, MaxScriptElementSize)
H A Dengine.go184 } else if len(pop.data) > MaxScriptElementSize {
186 len(pop.data), MaxScriptElementSize)
349 if len(witElement) > MaxScriptElementSize {
352 MaxScriptElementSize)
H A Dscript.go42 MaxScriptElementSize = 520 // Max bytes pushable to the stack. const
H A Dscript_test.go3772 for i := 0; i <= MaxScriptElementSize; i++ {
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dscriptbuilder.go212 if dataLen > MaxScriptElementSize {
215 dataLen, MaxScriptElementSize)
H A Dengine.go184 } else if len(pop.data) > MaxScriptElementSize {
186 len(pop.data), MaxScriptElementSize)
349 if len(witElement) > MaxScriptElementSize {
352 MaxScriptElementSize)
H A Dscript.go42 MaxScriptElementSize = 520 // Max bytes pushable to the stack. const
H A Dscript_test.go3772 for i := 0; i <= MaxScriptElementSize; i++ {
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dscriptbuilder.go212 if dataLen > MaxScriptElementSize {
215 dataLen, MaxScriptElementSize)
H A Dengine.go184 } else if len(pop.data) > MaxScriptElementSize {
186 len(pop.data), MaxScriptElementSize)
349 if len(witElement) > MaxScriptElementSize {
352 MaxScriptElementSize)
H A Dscript.go42 MaxScriptElementSize = 520 // Max bytes pushable to the stack. const
H A Dscript_test.go3772 for i := 0; i <= MaxScriptElementSize; i++ {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/txscript/
H A Dscriptbuilder.go212 if dataLen > MaxScriptElementSize {
215 dataLen, MaxScriptElementSize)
H A Dengine.go184 } else if len(pop.data) > MaxScriptElementSize {
186 len(pop.data), MaxScriptElementSize)
349 if len(witElement) > MaxScriptElementSize {
352 MaxScriptElementSize)
H A Dscript.go42 MaxScriptElementSize = 520 // Max bytes pushable to the stack. const
H A Dscript_test.go3772 for i := 0; i <= MaxScriptElementSize; i++ {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/txscript/
H A Dscriptbuilder.go212 if dataLen > MaxScriptElementSize {
215 dataLen, MaxScriptElementSize)
H A Dengine.go184 } else if len(pop.data) > MaxScriptElementSize {
186 len(pop.data), MaxScriptElementSize)
349 if len(witElement) > MaxScriptElementSize {
352 MaxScriptElementSize)
H A Dscript.go42 MaxScriptElementSize = 520 // Max bytes pushable to the stack. const
H A Dscript_test.go3772 for i := 0; i <= MaxScriptElementSize; i++ {