Searched refs:commit (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Ddb.h88 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 Dmaster.c183 commit(dns_rdatacallbacks_t *, dns_loadctx_t *, rdatalist_head_t *,
237 result = commit(callbacks, lctx, &current_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 Ddb.c432 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 Dsdb.c653 closeversion(dns_db_t *db, dns_dbversion_t **versionp, isc_boolean_t commit) { argument
655 REQUIRE(commit == ISC_FALSE);
658 UNUSED(commit);
H A Dsdlz.c413 closeversion(dns_db_t *db, dns_dbversion_t **versionp, isc_boolean_t commit) { argument
415 REQUIRE(commit == ISC_FALSE);
418 UNUSED(commit);
H A Drbtdb.c2146 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 Dzone.c5412 * 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