Home
last modified time | relevance | path

Searched refs:tx_ref (Results 1 – 25 of 27) sorted by relevance

12

/dports/security/suricata/suricata-6.0.4/rust/src/smb/
H A Dsession.rs56 let tx_ref = self.transactions.last_mut(); in new_sessionsetup_tx() localVariable
57 return tx_ref.unwrap(); in new_sessionsetup_tx()
H A Dsmb.rs408 let tx_ref = self.transactions.last_mut(); in new_setfileinfo_tx() localVariable
409 return tx_ref.unwrap(); in new_setfileinfo_tx()
427 let tx_ref = self.transactions.last_mut(); in new_setpathinfo_tx() localVariable
428 return tx_ref.unwrap(); in new_setpathinfo_tx()
460 let tx_ref = self.transactions.last_mut(); in new_rename_tx() localVariable
461 return tx_ref.unwrap(); in new_rename_tx()
954 return tx_ref.unwrap(); in new_generic_tx()
961 match tx_ref { in get_last_tx()
1027 return tx_ref.unwrap(); in new_negotiate_tx()
1066 return tx_ref.unwrap(); in new_treeconnect_tx()
[all …]
H A Dsmb2_ioctl.rs53 let tx_ref = self.transactions.last_mut(); in new_ioctl_tx() localVariable
54 return tx_ref.unwrap(); in new_ioctl_tx()
H A Ddcerpc.rs148 let tx_ref = self.transactions.last_mut(); in new_dcerpc_tx() localVariable
149 return tx_ref.unwrap(); in new_dcerpc_tx()
163 let tx_ref = self.transactions.last_mut(); in new_dcerpc_tx_for_response() localVariable
164 return tx_ref.unwrap(); in new_dcerpc_tx_for_response()
H A Dfiles.rs115 let tx_ref = self.transactions.last_mut(); in new_file_tx() localVariable
117 return (tx_ref.unwrap(), files, flags) in new_file_tx()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/push-notification/
H A Dpush-notification-driver-lua.c57 int tx_ref; member
226 tctx->tx_ref = luaL_ref(ctx->script->L, LUA_REGISTRYINDEX); in push_notification_driver_lua_begin_txn()
513 lua_rawgeti(ctx->script->L, LUA_REGISTRYINDEX, tctx->tx_ref); in push_notification_driver_lua_call()
601 lua_rawgeti(ctx->script->L, LUA_REGISTRYINDEX, tctx->tx_ref); in push_notification_driver_lua_end_txn()
613 luaL_unref(ctx->script->L, LUA_REGISTRYINDEX, tctx->tx_ref); in push_notification_driver_lua_end_txn()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dserialize_tests.cpp268 CTransactionRef tx_ref{MakeTransactionRef(txval)}; in BOOST_AUTO_TEST_CASE() local
269 CSerializeMethodsTestSingle methodtest1(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
270 CSerializeMethodsTestMany methodtest2(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dserialize_tests.cpp268 CTransactionRef tx_ref{MakeTransactionRef(txval)}; in BOOST_AUTO_TEST_CASE() local
269 CSerializeMethodsTestSingle methodtest1(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
270 CSerializeMethodsTestMany methodtest2(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dserialize_tests.cpp268 CTransactionRef tx_ref{MakeTransactionRef(txval)}; in BOOST_AUTO_TEST_CASE() local
269 CSerializeMethodsTestSingle methodtest1(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
270 CSerializeMethodsTestMany methodtest2(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/test/
H A Dserialize_tests.cpp353 CTransactionRef tx_ref{MakeTransactionRef(txval)}; in BOOST_AUTO_TEST_CASE() local
354 CSerializeMethodsTestSingle methodtest1(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
355 CSerializeMethodsTestMany methodtest2(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/test/
H A Dserialize_tests.cpp353 CTransactionRef tx_ref{MakeTransactionRef(txval)}; in BOOST_AUTO_TEST_CASE() local
354 CSerializeMethodsTestSingle methodtest1(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
355 CSerializeMethodsTestMany methodtest2(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/test/
H A Dserialize_tests.cpp353 CTransactionRef tx_ref{MakeTransactionRef(txval)}; in BOOST_AUTO_TEST_CASE() local
354 CSerializeMethodsTestSingle methodtest1(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
355 CSerializeMethodsTestMany methodtest2(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dserialize_tests.cpp359 CTransactionRef tx_ref{MakeTransactionRef(txval)}; in BOOST_AUTO_TEST_CASE() local
360 CSerializeMethodsTestSingle methodtest1(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
361 CSerializeMethodsTestMany methodtest2(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dserialize_tests.cpp362 CTransactionRef tx_ref{MakeTransactionRef(txval)}; in BOOST_AUTO_TEST_CASE() local
363 CSerializeMethodsTestSingle methodtest1(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
364 CSerializeMethodsTestMany methodtest2(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dserialize_tests.cpp359 CTransactionRef tx_ref{MakeTransactionRef(txval)}; in BOOST_AUTO_TEST_CASE() local
360 CSerializeMethodsTestSingle methodtest1(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
361 CSerializeMethodsTestMany methodtest2(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dserialize_tests.cpp359 CTransactionRef tx_ref{MakeTransactionRef(txval)}; in BOOST_AUTO_TEST_CASE() local
360 CSerializeMethodsTestSingle methodtest1(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
361 CSerializeMethodsTestMany methodtest2(intval, boolval, stringval, charstrval, tx_ref); in BOOST_AUTO_TEST_CASE()
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dmenu.h99 TX_REF tx_ref; ///< the index of the texture member
H A Dmenu.c96 TX_REF tx_ref; ///< the index of the icon texture member
1431 chooseplayer_ptr->tx_ref = loadplayer_ptr->tx_ref; in doChoosePlayer_load_profiles()
5150 ptr->tx_ref = INVALID_TX_TEXTURE; in ChoosePlayer_init()
5169 if ( INVALID_TX_TEXTURE != ptr->tx_ref ) in ChoosePlayer_dealloc()
5171 TxTexture_free_one( ptr->tx_ref ); in ChoosePlayer_dealloc()
5173 ptr->tx_ref = INVALID_TX_TEXTURE; in ChoosePlayer_dealloc()
5411 lp_ptr->tx_ref = pchr->inst.texture; in LoadPlayer_list_from_players()
5455 if ( INVALID_TX_TEXTURE != ptr->tx_ref ) in LoadPlayer_element_dealloc()
5457 TxTexture_free_one( ptr->tx_ref ); in LoadPlayer_element_dealloc()
5459 ptr->tx_ref = INVALID_TX_TEXTURE; in LoadPlayer_element_dealloc()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Drpcdump.cpp373 CTransactionRef tx_ref = MakeTransactionRef(tx); in importprunedfunds() local
374 if (pwallet->IsMine(*tx_ref)) { in importprunedfunds()
375 pwallet->AddToWallet(std::move(tx_ref), confirm); in importprunedfunds()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Drpcdump.cpp373 CTransactionRef tx_ref = MakeTransactionRef(tx); in importprunedfunds() local
374 if (pwallet->IsMine(*tx_ref)) { in importprunedfunds()
375 pwallet->AddToWallet(std::move(tx_ref), confirm); in importprunedfunds()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Drpcdump.cpp373 CTransactionRef tx_ref = MakeTransactionRef(tx); in importprunedfunds() local
374 if (pwallet->IsMine(*tx_ref)) { in importprunedfunds()
375 pwallet->AddToWallet(std::move(tx_ref), confirm); in importprunedfunds()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcdump.cpp374 CTransactionRef tx_ref = MakeTransactionRef(tx); in importprunedfunds() local
375 if (pwallet->IsMine(*tx_ref)) { in importprunedfunds()
376 pwallet->AddToWallet(std::move(tx_ref), confirm); in importprunedfunds()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcdump.cpp374 CTransactionRef tx_ref = MakeTransactionRef(tx); in importprunedfunds() local
375 if (pwallet->IsMine(*tx_ref)) { in importprunedfunds()
376 pwallet->AddToWallet(std::move(tx_ref), confirm); in importprunedfunds()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcdump.cpp374 CTransactionRef tx_ref = MakeTransactionRef(tx); in importprunedfunds() local
375 if (pwallet->IsMine(*tx_ref)) { in importprunedfunds()
376 pwallet->AddToWallet(std::move(tx_ref), confirm); in importprunedfunds()
/dports/security/suricata/suricata-6.0.4/rust/src/nfs/
H A Dnfs.rs632 let tx_ref = self.transactions.last_mut(); in new_file_tx() localVariable
634 return (tx_ref.unwrap(), files, flags) in new_file_tx()

12