Home
last modified time | relevance | path

Searched refs:new_tx (Results 1 – 25 of 86) sorted by relevance

1234

/dports/security/suricata/suricata-6.0.4/rust/src/mqtt/
H A Dmqtt.rs191 let mut tx = self.new_tx(msg, toclient); in handle_msg()
195 let mut tx = self.new_tx(msg, toclient); in handle_msg()
202 let mut tx = self.new_tx(msg, toclient); in handle_msg()
235 let mut tx = self.new_tx(msg, toclient); in handle_msg()
263 let mut tx = self.new_tx(msg, toclient); in handle_msg()
296 let mut tx = self.new_tx(msg, toclient); in handle_msg()
304 let mut tx = self.new_tx(msg, toclient); in handle_msg()
370 let mut tx = self.new_tx(msg, toclient); in handle_msg()
376 let mut tx = self.new_tx(msg, toclient); in handle_msg()
388 let mut tx = self.new_tx(msg, toclient); in handle_msg()
[all …]
/dports/security/suricata/suricata-6.0.4/rust/src/rdp/
H A Drdp.rs166 fn new_tx(&mut self, item: RdpTransactionItem) -> RdpTransaction { in new_tx() method
215 self.new_tx(RdpTransactionItem::X224ConnectionRequest(x224)); in parse_ts()
327 self.new_tx(RdpTransactionItem::X224ConnectionConfirm(x224)); in parse_tc()
616 let tx0 = state.new_tx(item0); in test_state_new_tx()
617 let tx1 = state.new_tx(item1); in test_state_new_tx()
640 let tx0 = state.new_tx(item0); in test_state_get_tx()
641 let tx1 = state.new_tx(item1); in test_state_get_tx()
642 let tx2 = state.new_tx(item2); in test_state_get_tx()
661 let tx0 = state.new_tx(item0); in test_state_free_tx()
662 let tx1 = state.new_tx(item1); in test_state_free_tx()
[all …]
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/
H A Drbf_dialog.py60 new_tx = self.rbf_func(fee_rate)
62 new_tx = None
65 new_tx = None
66 ok_button.setEnabled(new_tx is not None)
128 new_tx = self.rbf_func(new_fee_rate)
132 new_tx.set_rbf(is_rbf)
134 self.window.show_transaction(new_tx, tx_desc=tx_label)
/dports/net-p2p/litecoin/litecoin-0.18.1/test/functional/
H A Dfeature_cltv.py51 new_tx = CTransaction()
52 new_tx.deserialize(BytesIO(hex_str_to_bytes(signed_result['hex'])))
54 new_tx.vin[0].scriptSig = CScript([CScriptNum(height), OP_CHECKLOCKTIMEVERIFY, OP_DROP] +
55 list(CScript(new_tx.vin[0].scriptSig)))
56 return new_tx
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/test/functional/
H A Dfeature_cltv.py51 new_tx = CTransaction()
52 new_tx.deserialize(BytesIO(hex_str_to_bytes(signed_result['hex'])))
54 new_tx.vin[0].scriptSig = CScript([CScriptNum(height), OP_CHECKLOCKTIMEVERIFY, OP_DROP] +
55 list(CScript(new_tx.vin[0].scriptSig)))
56 return new_tx
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/test/functional/
H A Dfeature_cltv.py51 new_tx = CTransaction()
52 new_tx.deserialize(BytesIO(hex_str_to_bytes(signed_result['hex'])))
54 new_tx.vin[0].scriptSig = CScript([CScriptNum(height), OP_CHECKLOCKTIMEVERIFY, OP_DROP] +
55 list(CScript(new_tx.vin[0].scriptSig)))
56 return new_tx
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/test/functional/
H A Dfeature_cltv.py46 new_tx = CTransaction()
47 new_tx.deserialize(BytesIO(hex_str_to_bytes(signed_result['hex'])))
49 new_tx.vin[0].scriptSig = CScript([CScriptNum(height), OP_CHECKLOCKTIMEVERIFY, OP_DROP] +
50 list(CScript(new_tx.vin[0].scriptSig)))
51 return new_tx
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/test/functional/
H A Dfeature_cltv.py46 new_tx = CTransaction()
47 new_tx.deserialize(BytesIO(hex_str_to_bytes(signed_result['hex'])))
49 new_tx.vin[0].scriptSig = CScript([CScriptNum(height), OP_CHECKLOCKTIMEVERIFY, OP_DROP] +
50 list(CScript(new_tx.vin[0].scriptSig)))
51 return new_tx
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/test/functional/
H A Dfeature_cltv.py46 new_tx = CTransaction()
47 new_tx.deserialize(BytesIO(hex_str_to_bytes(signed_result['hex'])))
49 new_tx.vin[0].scriptSig = CScript([CScriptNum(height), OP_CHECKLOCKTIMEVERIFY, OP_DROP] +
50 list(CScript(new_tx.vin[0].scriptSig)))
51 return new_tx
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/
H A Dt85_encode.c161 if (s->new_tx >= 0 && s->new_tx != s->tx) in output_atmove()
163 s->tx = s->new_tx; in output_atmove()
310 s->new_tx = 0; in get_next_row()
315 s->new_tx = -1; in get_next_row()
382 if (s->new_tx < 0 && j >= s->mx && j < s->xd - 2) in get_next_row()
430 if (s->new_tx < 0 && j >= s->mx && j < s->xd - 2) in get_next_row()
469 if (s->new_tx < 0 && s->c_all > 2048) in get_next_row()
503 s->new_tx = t_max; in get_next_row()
508 s->new_tx = s->tx; in get_next_row()
671 s->new_tx = -1; in t85_encode_restart()
/dports/comms/spandsp/spandsp-284fe91/src/
H A Dt85_encode.c161 if (s->new_tx >= 0 && s->new_tx != s->tx) in output_atmove()
163 s->tx = s->new_tx; in output_atmove()
310 s->new_tx = 0; in get_next_row()
315 s->new_tx = -1; in get_next_row()
382 if (s->new_tx < 0 && j >= s->mx && j < s->xd - 2) in get_next_row()
430 if (s->new_tx < 0 && j >= s->mx && j < s->xd - 2) in get_next_row()
469 if (s->new_tx < 0 && s->c_all > 2048) in get_next_row()
503 s->new_tx = t_max; in get_next_row()
508 s->new_tx = s->tx; in get_next_row()
671 s->new_tx = -1; in t85_encode_restart()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/
H A Dfeature_cltv.py46 new_tx = CTransaction()
47 new_tx.deserialize(BytesIO(hex_str_to_bytes(signed_result['hex'])))
49 new_tx.vin[0].scriptSig = CScript([CScriptNum(height), OP_CHECKLOCKTIMEVERIFY, OP_DROP] +
50 list(CScript(new_tx.vin[0].scriptSig)))
51 return new_tx
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/amd/
H A Dsun3lance.c153 int new_rx, new_tx; /* The next free ring entry */ member
462 lp->new_rx = lp->new_tx = 0; in lance_init_ring()
545 lp->old_tx, lp->new_tx, in lance_start_xmit()
603 dev->name, lp->new_tx, ((u_short *)skb->data)[6], in lance_start_xmit()
613 entry = lp->new_tx; in lance_start_xmit()
633 lp->new_tx = (lp->new_tx + 1) & TX_RING_MOD_MASK; in lance_start_xmit()
691 while( old_tx != lp->new_tx) { in lance_interrupt()
818 dev->name, lp->new_tx, ((u_short *)data)[6], in lance_rx()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/amd/
H A Dsun3lance.c153 int new_rx, new_tx; /* The next free ring entry */ member
462 lp->new_rx = lp->new_tx = 0; in lance_init_ring()
545 lp->old_tx, lp->new_tx, in lance_start_xmit()
603 dev->name, lp->new_tx, ((u_short *)skb->data)[6], in lance_start_xmit()
613 entry = lp->new_tx; in lance_start_xmit()
633 lp->new_tx = (lp->new_tx + 1) & TX_RING_MOD_MASK; in lance_start_xmit()
691 while( old_tx != lp->new_tx) { in lance_interrupt()
818 dev->name, lp->new_tx, ((u_short *)data)[6], in lance_rx()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/amd/
H A Dsun3lance.c153 int new_rx, new_tx; /* The next free ring entry */ member
462 lp->new_rx = lp->new_tx = 0; in lance_init_ring()
545 lp->old_tx, lp->new_tx, in lance_start_xmit()
603 dev->name, lp->new_tx, ((u_short *)skb->data)[6], in lance_start_xmit()
613 entry = lp->new_tx; in lance_start_xmit()
633 lp->new_tx = (lp->new_tx + 1) & TX_RING_MOD_MASK; in lance_start_xmit()
691 while( old_tx != lp->new_tx) { in lance_interrupt()
818 dev->name, lp->new_tx, ((u_short *)data)[6], in lance_rx()
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/kivy/uix/dialogs/
H A Dtx_dialog.py240 new_tx = self.wallet.bump_fee(
248 new_tx.set_rbf(not is_final)
249 self.tx = new_tx
278 new_tx = self.wallet.dscancel(
285 self.tx = new_tx
/dports/graphics/jbigkit/jbigkit-2.1/libjbig/
H A Djbig85.c114 s->new_tx = -1; /* no ATMOVE pending */ in jbg85_enc_init()
255 if (s->new_tx != -1 && s->new_tx != s->tx) { in jbg85_enc_lineout()
256 s->tx = s->new_tx; in jbg85_enc_lineout()
270 s->new_tx = 0; /* ATMOVE has been disabled */ in jbg85_enc_lineout()
275 s->new_tx = -1; /* we have yet to determine ATMOVE ... */ in jbg85_enc_lineout()
367 if (s->new_tx == -1 && j >= s->mx && j < s->x0 - 2) { in jbg85_enc_lineout()
412 if (s->new_tx == -1 && j >= s->mx && j < s->x0 - 2) { in jbg85_enc_lineout()
452 if (s->new_tx == -1 && s->c_all > 2048) { in jbg85_enc_lineout()
472 s->new_tx = tmax; in jbg85_enc_lineout()
475 s->new_tx, s->c_all); in jbg85_enc_lineout()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Missions.ocf/Skylands.ocs/Storm.ocd/
H A DScript.c261 var new_tx = x + s.dir_x - search_off * s.dir_y / s.dir_len; in ExecuteStream() local
263 if (new_tx != tx || new_ty != ty) StreamMoveVertex(s, i_segment+1, tx, ty, new_tx, new_ty); in ExecuteStream()
264 tx = new_tx; ty = new_ty; in ExecuteStream()
271 var fling_objs = FindObjects(find_mask, Find_OnLine(x,y,new_tx,new_ty)), obj; in ExecuteStream()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/google/gve/
H A Dgve_ethtool.c386 int new_tx = cmd->tx_count; in gve_set_channels() local
395 if (!new_rx || !new_tx) in gve_set_channels()
399 priv->tx_cfg.num_queues = new_tx; in gve_set_channels()
404 new_tx_cfg.num_queues = new_tx; in gve_set_channels()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/google/gve/
H A Dgve_ethtool.c386 int new_tx = cmd->tx_count; in gve_set_channels() local
395 if (!new_rx || !new_tx) in gve_set_channels()
399 priv->tx_cfg.num_queues = new_tx; in gve_set_channels()
404 new_tx_cfg.num_queues = new_tx; in gve_set_channels()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/google/gve/
H A Dgve_ethtool.c386 int new_tx = cmd->tx_count; in gve_set_channels() local
395 if (!new_rx || !new_tx) in gve_set_channels()
399 priv->tx_cfg.num_queues = new_tx; in gve_set_channels()
404 new_tx_cfg.num_queues = new_tx; in gve_set_channels()
/dports/security/suricata/suricata-6.0.4/rust/src/sip/
H A Dsip.rs73 fn new_tx(&mut self) -> SIPTransaction { in new_tx() method
103 let mut tx = self.new_tx(); in parse_request()
125 let mut tx = self.new_tx(); in parse_response()
/dports/security/suricata/suricata-6.0.4/rust/src/smb/
H A Dsession.rs46 let mut tx = self.new_tx(); in new_sessionsetup_tx()
/dports/security/suricata/suricata-6.0.4/rust/src/krb/
H A Dkrb5.rs129 let mut tx = self.new_tx(); in parse()
148 let mut tx = self.new_tx(); in parse()
170 let mut tx = self.new_tx(); in parse()
203 fn new_tx(&mut self) -> KRB5Transaction { in new_tx() method
/dports/games/klavaro/klavaro-3.11/src/
H A Dtutor.h116 void tutor_other_rename (const gchar *new_tx, const gchar *old_tx);

1234