Home
last modified time | relevance | path

Searched refs:txToLen (Results 1 – 25 of 39) sorted by relevance

12

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/script/
H A Dbitcoinconsensus.cpp19 TxInputStream(int nVersionIn, const unsigned char *txTo, size_t txToLen) : in TxInputStream() argument
22 m_remaining(txToLen) in TxInputStream()
77 const unsigned char *txTo , unsigned int txToLen, in verify_script() argument
84 TxInputStream stream(PROTOCOL_VERSION, txTo, txToLen); in verify_script()
88 if (GetSerializeSize(tx, PROTOCOL_VERSION) != txToLen) in verify_script()
102 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script_with_amount() argument
106 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script_with_amount()
111 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script() argument
119 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script()
H A Dbitcoinconsensus.h66 … const unsigned char *txTo , unsigned int txToLen,
70 const unsigned char *txTo , unsigned int txToLen,
/dports/net-p2p/bitcoin/bitcoin-22.0/src/script/
H A Dbitcoinconsensus.cpp19 TxInputStream(int nVersionIn, const unsigned char *txTo, size_t txToLen) : in TxInputStream() argument
22 m_remaining(txToLen) in TxInputStream()
77 const unsigned char *txTo , unsigned int txToLen, in verify_script() argument
84 TxInputStream stream(PROTOCOL_VERSION, txTo, txToLen); in verify_script()
88 if (GetSerializeSize(tx, PROTOCOL_VERSION) != txToLen) in verify_script()
102 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script_with_amount() argument
106 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script_with_amount()
111 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script() argument
119 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script()
H A Dbitcoinconsensus.h66 … const unsigned char *txTo , unsigned int txToLen,
70 const unsigned char *txTo , unsigned int txToLen,
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/script/
H A Dbitcoinconsensus.cpp19 TxInputStream(int nVersionIn, const unsigned char *txTo, size_t txToLen) : in TxInputStream() argument
22 m_remaining(txToLen) in TxInputStream()
77 const unsigned char *txTo , unsigned int txToLen, in verify_script() argument
84 TxInputStream stream(PROTOCOL_VERSION, txTo, txToLen); in verify_script()
88 if (GetSerializeSize(tx, PROTOCOL_VERSION) != txToLen) in verify_script()
102 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script_with_amount() argument
106 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script_with_amount()
111 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script() argument
119 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script()
H A Dbitcoinconsensus.h66 … const unsigned char *txTo , unsigned int txToLen,
70 const unsigned char *txTo , unsigned int txToLen,
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/script/
H A Dbitcoinconsensus.cpp19 TxInputStream(int nTypeIn, int nVersionIn, const unsigned char *txTo, size_t txToLen) : in TxInputStream() argument
23 m_remaining(txToLen) in TxInputStream()
80 const unsigned char *txTo , unsigned int txToLen, in verify_script() argument
87 TxInputStream stream(SER_NETWORK, PROTOCOL_VERSION, txTo, txToLen); in verify_script()
91 if (GetSerializeSize(tx, PROTOCOL_VERSION) != txToLen) in verify_script()
105 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script_with_amount() argument
109 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script_with_amount()
114 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script() argument
122 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script()
H A Dbitcoinconsensus.h68 … const unsigned char *txTo , unsigned int txToLen,
72 const unsigned char *txTo , unsigned int txToLen,
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/script/
H A Dbitcoinconsensus.cpp19 TxInputStream(int nTypeIn, int nVersionIn, const unsigned char *txTo, size_t txToLen) : in TxInputStream() argument
23 m_remaining(txToLen) in TxInputStream()
80 const unsigned char *txTo , unsigned int txToLen, in verify_script() argument
87 TxInputStream stream(SER_NETWORK, PROTOCOL_VERSION, txTo, txToLen); in verify_script()
91 if (GetSerializeSize(tx, PROTOCOL_VERSION) != txToLen) in verify_script()
105 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script_with_amount() argument
109 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script_with_amount()
114 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script() argument
122 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script()
H A Dbitcoinconsensus.h68 … const unsigned char *txTo , unsigned int txToLen,
72 const unsigned char *txTo , unsigned int txToLen,
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/script/
H A Dnamecoinconsensus.cpp19 TxInputStream(int nTypeIn, int nVersionIn, const unsigned char *txTo, size_t txToLen) : in TxInputStream() argument
23 m_remaining(txToLen) in TxInputStream()
80 const unsigned char *txTo , unsigned int txToLen, in verify_script() argument
87 TxInputStream stream(SER_NETWORK, PROTOCOL_VERSION, txTo, txToLen); in verify_script()
91 if (GetSerializeSize(tx, PROTOCOL_VERSION) != txToLen) in verify_script()
105 const unsigned char *txTo , unsigned int txToLen, in namecoinconsensus_verify_script_with_amount() argument
109 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in namecoinconsensus_verify_script_with_amount()
114 const unsigned char *txTo , unsigned int txToLen, in namecoinconsensus_verify_script() argument
122 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in namecoinconsensus_verify_script()
H A Dnamecoinconsensus.h68 … const unsigned char *txTo , unsigned int txToLen,
72 const unsigned char *txTo , unsigned int txToLen,
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/script/
H A Dbitcoinconsensus.cpp19 TxInputStream(int nTypeIn, int nVersionIn, const unsigned char *txTo, size_t txToLen) : in TxInputStream() argument
23 m_remaining(txToLen) in TxInputStream()
80 const unsigned char *txTo , unsigned int txToLen, in verify_script() argument
87 TxInputStream stream(SER_NETWORK, PROTOCOL_VERSION, txTo, txToLen); in verify_script()
91 if (GetSerializeSize(tx, PROTOCOL_VERSION) != txToLen) in verify_script()
105 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script_with_amount() argument
109 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script_with_amount()
114 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script() argument
122 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script()
H A Dbitcoinconsensus.h68 … const unsigned char *txTo , unsigned int txToLen,
72 const unsigned char *txTo , unsigned int txToLen,
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/script/
H A Dnamecoinconsensus.cpp19 TxInputStream(int nTypeIn, int nVersionIn, const unsigned char *txTo, size_t txToLen) : in TxInputStream() argument
23 m_remaining(txToLen) in TxInputStream()
80 const unsigned char *txTo , unsigned int txToLen, in verify_script() argument
87 TxInputStream stream(SER_NETWORK, PROTOCOL_VERSION, txTo, txToLen); in verify_script()
91 if (GetSerializeSize(tx, PROTOCOL_VERSION) != txToLen) in verify_script()
105 const unsigned char *txTo , unsigned int txToLen, in namecoinconsensus_verify_script_with_amount() argument
109 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in namecoinconsensus_verify_script_with_amount()
114 const unsigned char *txTo , unsigned int txToLen, in namecoinconsensus_verify_script() argument
122 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in namecoinconsensus_verify_script()
H A Dnamecoinconsensus.h68 … const unsigned char *txTo , unsigned int txToLen,
72 const unsigned char *txTo , unsigned int txToLen,
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/script/
H A Dbitcoinconsensus.cpp19 TxInputStream(int nTypeIn, int nVersionIn, const unsigned char *txTo, size_t txToLen) : in TxInputStream() argument
23 m_remaining(txToLen) in TxInputStream()
73 const unsigned char *txTo , unsigned int txToLen, in verify_script() argument
77 TxInputStream stream(SER_NETWORK, PROTOCOL_VERSION, txTo, txToLen); in verify_script()
82 if (tx.GetSerializeSize(SER_NETWORK, PROTOCOL_VERSION) != txToLen) in verify_script()
95 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script_with_amount() argument
99 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script_with_amount()
104 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script() argument
112 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script()
H A Dbitcoinconsensus.h64 … const unsigned char *txTo , unsigned int txToLen,
68 const unsigned char *txTo , unsigned int txToLen,
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/script/
H A Dbitcoinconsensus.cpp19 TxInputStream(int nTypeIn, int nVersionIn, const unsigned char *txTo, size_t txToLen) : in TxInputStream() argument
23 m_remaining(txToLen) in TxInputStream()
73 const unsigned char *txTo , unsigned int txToLen, in verify_script() argument
77 TxInputStream stream(SER_NETWORK, PROTOCOL_VERSION, txTo, txToLen); in verify_script()
82 if (tx.GetSerializeSize(SER_NETWORK, PROTOCOL_VERSION) != txToLen) in verify_script()
95 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script_with_amount() argument
99 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script_with_amount()
104 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script() argument
112 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script()
H A Dbitcoinconsensus.h64 … const unsigned char *txTo , unsigned int txToLen,
68 const unsigned char *txTo , unsigned int txToLen,
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/script/
H A Dnamecoinconsensus.cpp19 TxInputStream(int nTypeIn, int nVersionIn, const unsigned char *txTo, size_t txToLen) : in TxInputStream() argument
23 m_remaining(txToLen) in TxInputStream()
80 const unsigned char *txTo , unsigned int txToLen, in verify_script() argument
87 TxInputStream stream(SER_NETWORK, PROTOCOL_VERSION, txTo, txToLen); in verify_script()
91 if (GetSerializeSize(tx, PROTOCOL_VERSION) != txToLen) in verify_script()
105 const unsigned char *txTo , unsigned int txToLen, in namecoinconsensus_verify_script_with_amount() argument
109 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in namecoinconsensus_verify_script_with_amount()
114 const unsigned char *txTo , unsigned int txToLen, in namecoinconsensus_verify_script() argument
122 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in namecoinconsensus_verify_script()
H A Dnamecoinconsensus.h68 … const unsigned char *txTo , unsigned int txToLen,
72 const unsigned char *txTo , unsigned int txToLen,
/dports/net-p2p/litecoin/litecoin-0.18.1/src/script/
H A Dbitcoinconsensus.cpp19 TxInputStream(int nTypeIn, int nVersionIn, const unsigned char *txTo, size_t txToLen) : in TxInputStream() argument
23 m_remaining(txToLen) in TxInputStream()
80 const unsigned char *txTo , unsigned int txToLen, in verify_script() argument
87 TxInputStream stream(SER_NETWORK, PROTOCOL_VERSION, txTo, txToLen); in verify_script()
91 if (GetSerializeSize(tx, PROTOCOL_VERSION) != txToLen) in verify_script()
105 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script_with_amount() argument
109 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script_with_amount()
114 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script() argument
122 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/script/
H A Dbitcoinconsensus.cpp19 TxInputStream(int nTypeIn, int nVersionIn, const unsigned char *txTo, size_t txToLen) : in TxInputStream() argument
23 m_remaining(txToLen) in TxInputStream()
73 const unsigned char *txTo , unsigned int txToLen, in verify_script() argument
77 TxInputStream stream(SER_NETWORK, PROTOCOL_VERSION, txTo, txToLen); in verify_script()
82 if (tx.GetSerializeSize(SER_NETWORK, PROTOCOL_VERSION) != txToLen) in verify_script()
95 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script_with_amount() argument
99 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script_with_amount()
104 const unsigned char *txTo , unsigned int txToLen, in bitcoinconsensus_verify_script() argument
112 return ::verify_script(scriptPubKey, scriptPubKeyLen, am, txTo, txToLen, nIn, flags, err); in bitcoinconsensus_verify_script()
H A Dbitcoinconsensus.h64 … const unsigned char *txTo , unsigned int txToLen,
68 const unsigned char *txTo , unsigned int txToLen,

12