Searched refs:ptxn (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c1482 DB_TXN *ptxn; local
1511 for (ptxn = txn->parent; ptxn != NULL && ptxn->parent != NULL;)
1512 ptxn = ptxn->parent;
1514 if (ptxn != NULL && ptxn->txn_list != NULL)
1515 txnlist = ptxn->txn_list;
1521 else if (ptxn !
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp939 struct php_DB_TXN *ptxn; local
947 getPhpDbTxnFromThis(ptxn);
949 if((ret = ptxn->db_txn->abort(ptxn->db_txn)) != 0) {
953 ptxn->db_txn = NULL;
962 struct php_DB_TXN *ptxn; local
968 getPhpDbTxnFromThis(ptxn);
974 if((ret = ptxn->db_txn->commit(ptxn->db_txn, flags)) != 0) {
978 ptxn
987 struct php_DB_TXN *ptxn; local
[all...]

Completed in 101 milliseconds