Searched defs:commit (Results 1 - 13 of 13) sorted by relevance

/bind-9.11.3/bin/named/unix/
H A Ddlz_dlopen_driver.c436 dlopen_dlz_closeversion(const char *zone, isc_boolean_t commit, argument
449 cd->dlz_closeversion(zone, commit, cd->dbdata, versionp);
/bind-9.11.3/bin/named/win32/
H A Ddlz_dlopen_driver.c421 dlopen_dlz_closeversion(const char *zone, isc_boolean_t commit, argument
434 cd->dlz_closeversion(zone, commit, cd->dbdata, versionp);
/bind-9.11.3/contrib/dlz/example/
H A Ddlz_example.c544 dlz_closeversion(const char *zone, isc_boolean_t commit, argument
561 if (commit) {
/bind-9.11.3/bin/tests/system/dlzexternal/
H A Ddriver.c592 dlz_closeversion(const char *zone, isc_boolean_t commit, argument
609 if (commit) {
/bind-9.11.3/lib/dns/
H A Ddb.c443 isc_boolean_t commit)
455 (db->methods->closeversion)(db, versionp, commit);
457 if (commit == ISC_TRUE) {
442 dns_db_closeversion(dns_db_t *db, dns_dbversion_t **versionp, isc_boolean_t commit) argument
H A Dmaster.c193 commit(dns_rdatacallbacks_t *, dns_loadctx_t *, rdatalist_head_t *,
250 result = commit(callbacks, lctx, &current_list, \
256 result = commit(callbacks, lctx, &glue_list, \
907 result = commit(callbacks, lctx, &head, owner, source, line);
1445 * not match the current glue name, commit the glue
1447 * state. Linked lists are undone by commit().
1451 result = commit(callbacks, lctx, &glue_list,
1472 * otherwise we have a new name so commit what we
1487 result = commit(callbacks, lctx,
2007 * If we don't commit everythin
3092 commit(dns_rdatacallbacks_t *callbacks, dns_loadctx_t *lctx, function
[all...]
H A Dsdb.c642 closeversion(dns_db_t *db, dns_dbversion_t **versionp, isc_boolean_t commit) { argument
644 REQUIRE(commit == ISC_FALSE);
647 UNUSED(commit);
H A Dsdlz.c436 closeversion(dns_db_t *db, dns_dbversion_t **versionp, isc_boolean_t commit) { argument
453 sdlz->dlzimp->methods->closeversion(origin, commit,
H A Drbtdb.c2676 closeversion(dns_db_t *db, dns_dbversion_t **versionp, isc_boolean_t commit) { argument
2698 if (commit) {
2710 if (version->writer && commit && !IS_CACHE(rbtdb))
2716 if (commit) {
H A Dzone.c4244 isc_boolean_t commit = ISC_FALSE; local
4329 commit = ISC_TRUE;
4345 dns_db_closeversion(db, &ver, commit);
8047 * called with commit = ISC_TRUE below.
8099 * Unconditionally commit as zonediff.offline not checked above.
8289 isc_boolean_t commit = ISC_FALSE; local
8633 commit = ISC_TRUE;
8638 commit = ISC_TRUE;
8694 dns_db_closeversion(db, &version, commit);
8710 if (commit) {
9046 isc_boolean_t commit = ISC_FALSE; local
9635 isc_boolean_t commit = ISC_FALSE; local
17768 isc_boolean_t commit = ISC_FALSE, newactive = ISC_FALSE; local
18514 isc_boolean_t commit = ISC_FALSE; local
18714 isc_boolean_t commit = ISC_FALSE; local
19071 isc_boolean_t commit = ISC_FALSE; local
[all...]
/bind-9.11.3/bin/tests/system/dyndb/driver/
H A Ddb.c185 closeversion(dns_db_t *db, dns_dbversion_t **versionp, isc_boolean_t commit) { argument
190 dns_db_closeversion(sampledb->rbtdb, versionp, commit);
/bind-9.11.3/contrib/dlz/modules/mysqldyn/
H A Ddlz_mysqldyn_mod.c1352 dlz_closeversion(const char *zone, isc_boolean_t commit, argument
1393 if (commit) {
1403 "%s: unable to commit transaction %x "
1422 "%s: (%x) commit transaction on zone %s",
/bind-9.11.3/bin/named/
H A Dserver.c494 nzd_close(MDB_txn **txnp, isc_boolean_t commit);
11352 isc_boolean_t commit = ISC_FALSE; local
11377 commit = ISC_TRUE;
11425 commit = ISC_TRUE;
11431 if (!commit || result != ISC_R_SUCCESS) {
11619 nzd_close(MDB_txn **txnp, isc_boolean_t commit) { argument
11626 if (commit) {
11679 isc_boolean_t commit = ISC_FALSE; local
11794 commit = ISC_TRUE;
11814 result = nzd_close(&txn, commit);
[all...]

Completed in 104 milliseconds