Home
last modified time | relevance | path

Searched refs:newTx (Results 1 – 25 of 132) sorted by relevance

123456

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/
H A Dblock.go134 newTx := NewTx(b.msgBlock.Transactions[txNum])
135 newTx.SetIndex(txNum)
136 b.transactions[txNum] = newTx
137 return newTx, nil
161 newTx := NewTx(b.msgBlock.Transactions[i])
162 newTx.SetIndex(i)
163 b.transactions[i] = newTx
/dports/net/storj/storj-1.45.3/vendor/github.com/btcsuite/btcutil/
H A Dblock.go134 newTx := NewTx(b.msgBlock.Transactions[txNum])
135 newTx.SetIndex(txNum)
136 b.transactions[txNum] = newTx
137 return newTx, nil
161 newTx := NewTx(b.msgBlock.Transactions[i])
162 newTx.SetIndex(i)
163 b.transactions[i] = newTx
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/
H A Dblock.go134 newTx := NewTx(b.msgBlock.Transactions[txNum])
135 newTx.SetIndex(txNum)
136 b.transactions[txNum] = newTx
137 return newTx, nil
161 newTx := NewTx(b.msgBlock.Transactions[i])
162 newTx.SetIndex(i)
163 b.transactions[i] = newTx
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/
H A Dblock.go134 newTx := NewTx(b.msgBlock.Transactions[txNum])
135 newTx.SetIndex(txNum)
136 b.transactions[txNum] = newTx
137 return newTx, nil
161 newTx := NewTx(b.msgBlock.Transactions[i])
162 newTx.SetIndex(i)
163 b.transactions[i] = newTx
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/
H A Dblock.go134 newTx := NewTx(b.msgBlock.Transactions[txNum])
135 newTx.SetIndex(txNum)
136 b.transactions[txNum] = newTx
137 return newTx, nil
161 newTx := NewTx(b.msgBlock.Transactions[i])
162 newTx.SetIndex(i)
163 b.transactions[i] = newTx
/dports/net/rclone/rclone-1.57.0/vendor/github.com/btcsuite/btcutil/
H A Dblock.go134 newTx := NewTx(b.msgBlock.Transactions[txNum])
135 newTx.SetIndex(txNum)
136 b.transactions[txNum] = newTx
137 return newTx, nil
161 newTx := NewTx(b.msgBlock.Transactions[i])
162 newTx.SetIndex(i)
163 b.transactions[i] = newTx
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/upper.io/db.v3/mssql/
H A Dtx.go40 newTx := *t
41 newTx.DatabaseTx.SetContext(ctx)
42 return &newTx
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/upper.io/db.v3/postgresql/
H A Dtx.go40 newTx := *t
41 newTx.DatabaseTx.SetContext(ctx)
42 return &newTx
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/upper.io/db.v3/sqlite/
H A Dtx.go40 newTx := *t
41 newTx.DatabaseTx.SetContext(ctx)
42 return &newTx
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/upper.io/db.v3/ql/
H A Dtx.go40 newTx := *t
41 newTx.DatabaseTx.SetContext(ctx)
42 return &newTx
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/upper.io/db.v3/mysql/
H A Dtx.go40 newTx := *t
41 newTx.DatabaseTx.SetContext(ctx)
42 return &newTx
/dports/devel/etcd/etcd-2.3.8/storage/backend/
H A Dbackend_test.go74 newTx := b.BatchTx()
75 newTx.Lock()
76 ks, _ := newTx.UnsafeRange([]byte("test"), []byte("foo"), []byte("goo"), 0)
80 newTx.Unlock()
/dports/devel/etcd31/etcd-3.1.20/mvcc/backend/
H A Dbackend_test.go74 newTx := b.BatchTx()
75 newTx.Lock()
76 ks, _ := newTx.UnsafeRange([]byte("test"), []byte("foo"), []byte("goo"), 0)
80 newTx.Unlock()
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/connect/proxy/
H A Dlistener.go201 newTx, newRx := conn.Stats()
202 if delta := newTx - tx; delta > 0 {
204 float32(newTx-tx), l.metricLabels)
210 tx, rx = newTx, newRx
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/connect/proxy/
H A Dlistener.go201 newTx, newRx := conn.Stats()
202 if delta := newTx - tx; delta > 0 {
204 float32(newTx-tx), l.metricLabels)
210 tx, rx = newTx, newRx
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/connect/proxy/
H A Dlistener.go201 newTx, newRx := conn.Stats()
202 if delta := newTx - tx; delta > 0 {
204 float32(newTx-tx), l.metricLabels)
210 tx, rx = newTx, newRx
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/connect/proxy/
H A Dlistener.go201 newTx, newRx := conn.Stats()
202 if delta := newTx - tx; delta > 0 {
204 float32(newTx-tx), l.metricLabels)
210 tx, rx = newTx, newRx
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/connect/proxy/
H A Dlistener.go201 newTx, newRx := conn.Stats()
202 if delta := newTx - tx; delta > 0 {
204 float32(newTx-tx), l.metricLabels)
210 tx, rx = newTx, newRx
/dports/sysutils/consul/consul-1.10.3/connect/proxy/
H A Dlistener.go207 newTx, newRx := conn.Stats()
208 if delta := newTx - tx; delta > 0 {
210 float32(newTx-tx), l.metricLabels)
216 tx, rx = newTx, newRx
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/connect/proxy/
H A Dlistener.go207 newTx, newRx := conn.Stats()
208 if delta := newTx - tx; delta > 0 {
210 float32(newTx-tx), l.metricLabels)
216 tx, rx = newTx, newRx
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/connect/proxy/
H A Dlistener.go207 newTx, newRx := conn.Stats()
208 if delta := newTx - tx; delta > 0 {
210 float32(newTx-tx), l.metricLabels)
216 tx, rx = newTx, newRx
/dports/devel/etcd32/etcd-3.2.32/mvcc/backend/
H A Dbackend_test.go77 newTx := b.BatchTx()
78 newTx.Lock()
79 ks, _ := newTx.UnsafeRange([]byte("test"), []byte("foo"), []byte("goo"), 0)
83 newTx.Unlock()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/qt/
H A Dwalletmodeltransaction.cpp29 void WalletModelTransaction::setWtx(const CTransactionRef& newTx) in setWtx() argument
31 wtx = newTx; in setWtx()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/qt/
H A Dwalletmodeltransaction.cpp29 void WalletModelTransaction::setWtx(const CTransactionRef& newTx) in setWtx() argument
31 wtx = newTx; in setWtx()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/qt/
H A Dwalletmodeltransaction.cpp29 void WalletModelTransaction::setWtx(const CTransactionRef& newTx) in setWtx() argument
31 wtx = newTx; in setWtx()

123456