Searched refs:commit (Results 1 - 7 of 7) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | db.h | 88 isc_boolean_t commit); 611 isc_boolean_t commit); 615 * Note: if '*versionp' is a read-write version and 'commit' is ISC_TRUE, 617 * will be rolled back. The value if 'commit' is ignored for read-only 634 * \li If *versionp is a read-write version, and commit is ISC_TRUE, then 635 * the version will become the current version. If !commit, then all
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | master.c | 183 commit(dns_rdatacallbacks_t *, dns_loadctx_t *, rdatalist_head_t *, 237 result = commit(callbacks, lctx, ¤t_list, \ 243 result = commit(callbacks, lctx, &glue_list, \ 862 result = commit(callbacks, lctx, &head, owner, source, line); 1393 * not match the current glue name, commit the glue 1395 * state. Linked lists are undone by commit(). 1399 result = commit(callbacks, lctx, &glue_list, 1420 * otherwise we have a new name so commit what we 1435 result = commit(callbacks, lctx, 1917 * If we don't commit everythin 2793 commit(dns_rdatacallbacks_t *callbacks, dns_loadctx_t *lctx, function [all...] |
H A D | db.c | 432 isc_boolean_t commit) 443 (db->methods->closeversion)(db, versionp, commit); 431 dns_db_closeversion(dns_db_t *db, dns_dbversion_t **versionp, isc_boolean_t commit) argument
|
H A D | sdb.c | 653 closeversion(dns_db_t *db, dns_dbversion_t **versionp, isc_boolean_t commit) { argument 655 REQUIRE(commit == ISC_FALSE); 658 UNUSED(commit);
|
H A D | sdlz.c | 413 closeversion(dns_db_t *db, dns_dbversion_t **versionp, isc_boolean_t commit) { argument 415 REQUIRE(commit == ISC_FALSE); 418 UNUSED(commit);
|
H A D | rbtdb.c | 2146 closeversion(dns_db_t *db, dns_dbversion_t **versionp, isc_boolean_t commit) { argument 2169 if (commit) { 2181 if (commit) { 2316 if (writer && commit && !IS_CACHE(rbtdb))
|
H A D | zone.c | 5412 * called with commit = ISC_TRUE below. 5663 isc_boolean_t commit = ISC_FALSE; local 5989 commit = ISC_TRUE; 6064 dns_db_closeversion(db, &version, commit); 6080 if (commit) {
|
Completed in 83 milliseconds