HomeSort by: relevance | last modified time | path
    Searched defs:transaction (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/sqlite/
transaction.hpp 29 /// \file utils/sqlite/transaction.hpp
46 /// A transaction is automatically rolled back when it goes out of scope unless
48 class transaction { class in namespace:utils::sqlite
54 explicit transaction(database&);
58 ~transaction(void);
transaction.cpp 29 #include "utils/sqlite/transaction.hpp"
41 /// Internal implementation for the transaction.
42 struct utils::sqlite::transaction::impl {
43 /// The database this transaction belongs to.
46 /// Possible statuses of a transaction.
53 /// The current status of the transaction.
56 /// Constructs a new transaction.
58 /// \param db_ The database this transaction belongs to.
59 /// \param status_ The status of the new transaction.
66 /// Destroys the transaction
112 sqlite::transaction::transaction(database& db) : function in class:sqlite::transaction
    [all...]
  /src/external/bsd/kyua-cli/dist/store/
transaction.hpp 29 /// \file store/transaction.hpp
58 class transaction;
82 friend class transaction;
101 /// Representation of a transaction.
105 class transaction { class in namespace:store
112 transaction(backend&);
115 ~transaction(void);
schema_inttest.cpp 42 #include "store/transaction.hpp"
73 /// \param transaction An open read transaction in the backend.
75 check_action_1(store::transaction& transaction)
83 ATF_REQUIRE_EQ(action_1, transaction.get_action(1));
85 store::results_iterator iter = transaction.get_action_results(1);
92 /// \param transaction An open read transaction in the backend.
94 check_action_2(store::transaction& transaction
438 store::transaction transaction = backend.start(); local
    [all...]
transaction.cpp 29 #include "store/transaction.hpp"
55 #include "utils/sqlite/transaction.hpp"
579 /// Internal implementation for a store transaction.
580 struct store::transaction::impl {
585 /// The SQLite database this transaction deals with.
588 /// The backing SQLite transaction.
589 sqlite::transaction _tx;
591 /// Opens a transaction.
593 /// \param backend_ The backend this transaction is connected to.
603 /// Creates a new transaction
606 store::transaction::transaction(backend& backend_) : function in class:store::transaction
    [all...]
  /src/external/bsd/wpa/dist/src/utils/
pcsc_funcs.c 529 int transaction = 0; local
626 wpa_printf(MSG_DEBUG, "SCARD: Could not begin transaction: "
630 transaction = 1;
697 wpa_printf(MSG_DEBUG, "SCARD: Could not end transaction: "
704 if (transaction)
  /src/external/mpl/dhcp/dist/common/
dns.c 197 void *transaction; /* transaction id for DNS calls */ member in struct:dhcp_ddns_ns
601 if (ddns_cb->transaction != NULL) {
603 "DDNS Control Block before transaction).", MDL);
836 /* the transaction is done, get rid of the tag */
837 dns_client_destroyrestrans(&ns_cb->transaction);
929 &ns_cb->transaction);
946 /* The call to start a resolve transaction failed,
1003 /* the transaction is done, get rid of the tag */
1004 dns_client_destroyrestrans(&ns_cb->transaction);
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 415 /* DHCPv6 transaction ID */
638 TIME cltt; /* Client last transaction time. */
1315 u_int32_t xid; /* Transaction ID. */
1681 time_t cltt; /* client last transaction time */
1839 void *transaction; member in struct:dhcp_ddns_cb

Completed in 33 milliseconds