/bind-9.11.3/doc/draft/ |
H A D | update | 2 commit= 59 commit="$commit $old" 61 commit="$commit $i" 64 if test -n "$commit" 66 git commit -m "new draft"
|
/bind-9.11.3/util/ |
H A D | commit-arm.sh | 15 echo commit needed.
|
H A D | branchsync.sh | 17 # commit that went cleanly, and send mail -- or, if running in interactive 26 # -c: continue (conflicts are resolved; edit message and commit) 54 # skip the commit if we're only updating branchsync.dat 60 # pull in the log message from the cherry-picked commit 73 # commit 74 git commit --no-verify --no-edit --author="$author" -m "$msg" || exit 1 130 # fix the commit message, and commit 133 # move on to the next commit
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | dlz_dlopen.h | 104 isc_boolean_t commit,
|
H A D | sdlz.h | 210 typedef void (*dns_sdlzcloseversion_t)(const char *zone, isc_boolean_t commit, 217 * committing changes if 'commit' is ISC_TRUE. If 'commit' is not true
|
H A D | db.h | 89 isc_boolean_t commit); 675 isc_boolean_t commit); 679 * Note: if '*versionp' is a read-write version and 'commit' is ISC_TRUE, 681 * will be rolled back. The value of 'commit' is ignored for read-only 698 * \li If *versionp is a read-write version, and commit is ISC_TRUE, then 699 * the version will become the current version. If !commit, then all
|
/bind-9.11.3/contrib/dlz/modules/include/ |
H A D | dlz_minimal.h | 251 dlz_closeversion(const char *zone, isc_boolean_t commit, void *dbdata,
|
/bind-9.11.3/contrib/dlz/example/ |
H A D | dlz_example.c | 544 dlz_closeversion(const char *zone, isc_boolean_t commit, argument 561 if (commit) {
|
/bind-9.11.3/bin/named/unix/ |
H A D | dlz_dlopen_driver.c | 436 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 D | dlz_dlopen_driver.c | 421 dlopen_dlz_closeversion(const char *zone, isc_boolean_t commit, argument 434 cd->dlz_closeversion(zone, commit, cd->dbdata, versionp);
|
/bind-9.11.3/bin/tests/system/dlzexternal/ |
H A D | driver.c | 592 dlz_closeversion(const char *zone, isc_boolean_t commit, argument 609 if (commit) {
|
/bind-9.11.3/lib/dns/ |
H A D | db.c | 443 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 D | master.c | 193 commit(dns_rdatacallbacks_t *, dns_loadctx_t *, rdatalist_head_t *, 250 result = commit(callbacks, lctx, ¤t_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 D | sdb.c | 642 closeversion(dns_db_t *db, dns_dbversion_t **versionp, isc_boolean_t commit) { argument 644 REQUIRE(commit == ISC_FALSE); 647 UNUSED(commit);
|
H A D | zone.c | 4244 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...] |
H A D | sdlz.c | 436 closeversion(dns_db_t *db, dns_dbversion_t **versionp, isc_boolean_t commit) { argument 453 sdlz->dlzimp->methods->closeversion(origin, commit,
|
H A D | rbtdb.c | 2676 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) {
|
/bind-9.11.3/bin/tests/system/dyndb/driver/ |
H A D | db.c | 185 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 D | dlz_mysqldyn_mod.c | 1352 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 D | server.c | 494 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...] |