Home
last modified time | relevance | path

Searched defs:tx1 (Results 1 – 25 of 1182) sorted by relevance

12345678910>>...48

/dports/databases/postgresql-libpqxx/libpqxx-7.2.0/test/unit/
H A Dtest_transaction.cxx54 pqxx::nontransaction tx1{c}; in test_db_transaction_rolls_back() local
75 pqxx::nontransaction tx1{c}; in test_nontransaction_autocommits() local
96 TX tx1{c}; in test_double_close() local
/dports/games/xpuzzletama/xpuzzletama/
H A Dxtama_move.c4 void tama_set( tx1 , ty1 , tx2 , ty2 , color1 , color2) in tama_set() argument
15 void tama_moveside( int *tx1 , int *ty1 , int *tx2 , int *ty2 ,int dir , int color1 , int color2 ) in tama_moveside()
72 void tama_roll( int *tx1 , int *ty1 , int *tx2 , int *ty2 , int dir , int color1 , int color2 ) in tama_roll()
113 void rolling( int *tx1 , int *ty1 ,int *tx2 , int *ty2 ,int ax ,int ay , int color1 , int color2 ) in rolling()
169 int tama_fall( int *tx1 , int *ty1 , int *tx2 , int *ty2 , int sw , int color1 , int color2 ) in tama_fall()
344 int MoveWindow( int color1 , int color2 , int tx1 , int ty1 , int tx2 , int ty2 ,int sw , int xx1 ,… in MoveWindow()
/dports/misc/broot/broot-1.7.0/cargo-crates/rusqlite-0.24.2/src/
H A Dbusy.rs93 let tx1 = db1 in test_default_busy() localVariable
119 let tx1 = db1 in test_busy_timeout() localVariable
158 let tx1 = db1 in test_busy_handler() localVariable
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/rusqlite-0.24.1/src/
H A Dbusy.rs93 let tx1 = db1 in test_default_busy() localVariable
119 let tx1 = db1 in test_busy_timeout() localVariable
158 let tx1 = db1 in test_busy_handler() localVariable
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/rusqlite-0.23.1/src/
H A Dbusy.rs93 let tx1 = db1 in test_default_busy() localVariable
119 let tx1 = db1 in test_busy_timeout() localVariable
158 let tx1 = db1 in test_busy_handler() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/rusqlite/src/
H A Dbusy.rs93 let tx1 = db1 in test_default_busy() localVariable
119 let tx1 = db1 in test_busy_timeout() localVariable
158 let tx1 = db1 in test_busy_handler() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rusqlite/src/
H A Dbusy.rs93 let tx1 = db1 in test_default_busy() localVariable
119 let tx1 = db1 in test_busy_timeout() localVariable
158 let tx1 = db1 in test_busy_handler() localVariable
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/rusqlite-0.26.1/src/
H A Dbusy.rs101 let tx1 = db1.transaction_with_behavior(TransactionBehavior::Exclusive)?; in test_default_busy() localVariable
125 let tx1 = db1 in test_busy_timeout() localVariable
160 let tx1 = db1 in test_busy_handler() localVariable
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/rusqlite-0.19.0/src/
H A Dbusy.rs93 let tx1 = db1 in test_default_busy() localVariable
119 let tx1 = db1 in test_busy_timeout() localVariable
158 let tx1 = db1 in test_busy_handler() localVariable
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/rusqlite-0.15.0/src/
H A Dbusy.rs92 let tx1 = db1 in test_default_busy() localVariable
118 let tx1 = db1 in test_busy_timeout() localVariable
156 let tx1 = db1 in test_busy_handler() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rusqlite/src/
H A Dbusy.rs93 let tx1 = db1 in test_default_busy() localVariable
119 let tx1 = db1 in test_busy_timeout() localVariable
158 let tx1 = db1 in test_busy_handler() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rusqlite/src/
H A Dbusy.rs93 let tx1 = db1 in test_default_busy() localVariable
119 let tx1 = db1 in test_busy_timeout() localVariable
158 let tx1 = db1 in test_busy_handler() localVariable
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DQuasiQuote.hs11 tx1 = undefined :: [qq|t1|] function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710-only/
H A DQuasiQuote.hs11 tx1 = undefined :: [qq|t1|] function
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dname_mempool_tests.cpp239 const auto tx1 = Tx (NewScript (ADDR, "foo", 'a')); in BOOST_FIXTURE_TEST_CASE() local
264 const auto tx1 = Tx (FirstScript (ADDR, "foo", 'a')); in BOOST_FIXTURE_TEST_CASE() local
284 const auto tx1 = Tx (UpdateScript (ADDR, "foo", "x")); in BOOST_FIXTURE_TEST_CASE() local
389 const auto tx1 = Tx (FirstScript (ADDR, "foo", 'a')); in BOOST_FIXTURE_TEST_CASE() local
409 const auto tx1 = Tx (UpdateScript (ADDR, "foo", "x")); in BOOST_FIXTURE_TEST_CASE() local
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dname_mempool_tests.cpp239 const auto tx1 = Tx (NewScript (ADDR, "foo", 'a')); in BOOST_FIXTURE_TEST_CASE() local
264 const auto tx1 = Tx (FirstScript (ADDR, "foo", 'a')); in BOOST_FIXTURE_TEST_CASE() local
284 const auto tx1 = Tx (UpdateScript (ADDR, "foo", "x")); in BOOST_FIXTURE_TEST_CASE() local
389 const auto tx1 = Tx (FirstScript (ADDR, "foo", 'a')); in BOOST_FIXTURE_TEST_CASE() local
409 const auto tx1 = Tx (UpdateScript (ADDR, "foo", "x")); in BOOST_FIXTURE_TEST_CASE() local
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dname_mempool_tests.cpp239 const auto tx1 = Tx (NewScript (ADDR, "foo", 'a')); in BOOST_FIXTURE_TEST_CASE() local
264 const auto tx1 = Tx (FirstScript (ADDR, "foo", 'a')); in BOOST_FIXTURE_TEST_CASE() local
284 const auto tx1 = Tx (UpdateScript (ADDR, "foo", "x")); in BOOST_FIXTURE_TEST_CASE() local
389 const auto tx1 = Tx (FirstScript (ADDR, "foo", 'a')); in BOOST_FIXTURE_TEST_CASE() local
409 const auto tx1 = Tx (UpdateScript (ADDR, "foo", "x")); in BOOST_FIXTURE_TEST_CASE() local
H A Dmempool_tests.cpp129 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
302 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
430 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
607 CTransactionRef tx1 = make_tx(/* output_values */ {10 * COIN}); in BOOST_AUTO_TEST_CASE() local
/dports/lang/rust/rustc-1.58.1-src/src/doc/book/listings/ch16-fearless-concurrency/listing-16-11/src/
H A Dmain.rs11 let tx1 = tx.clone(); in main() localVariable
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dmempool_tests.cpp129 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
302 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
430 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
605 CTransactionRef tx1 = make_tx(/* output_values */ {10 * COIN}); in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dmempool_tests.cpp129 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
302 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
430 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
605 CTransactionRef tx1 = make_tx(/* output_values */ {10 * COIN}); in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dmempool_tests.cpp129 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
302 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
430 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
605 CTransactionRef tx1 = make_tx(/* output_values */ {10 * COIN}); in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/test/
H A Dmempool_tests.cpp127 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
300 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
428 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
605 CTransactionRef tx1 = make_tx(/* output_values */ {10 * COIN}); in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/test/
H A Dmempool_tests.cpp127 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
300 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
428 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
605 CTransactionRef tx1 = make_tx(/* output_values */ {10 * COIN}); in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dmempool_tests.cpp129 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
302 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
430 CMutableTransaction tx1 = CMutableTransaction(); in BOOST_AUTO_TEST_CASE() local
607 CTransactionRef tx1 = make_tx(/* output_values */ {10 * COIN}); in BOOST_AUTO_TEST_CASE() local

12345678910>>...48