HomeSort by: relevance | last modified time | path
    Searched defs:newtuple (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/lib/ns/
update.c 2354 dns_difftuple_t *tuple, *newtuple = NULL, *next; local
2466 &tuple->rdata, &newtuple));
2467 CHECK(do_one_tuple(&newtuple, db, ver, diff));
2548 &rdata, &newtuple));
2549 CHECK(do_one_tuple(&newtuple, db, ver, diff));
2563 &rdata, &newtuple));
2564 CHECK(do_one_tuple(&newtuple, db, ver, diff));
2574 &newtuple));
2575 CHECK(do_one_tuple(&newtuple, db, ver, diff));
2606 name, 0, &rdata, &newtuple));
2628 dns_difftuple_t *tuple, *newtuple = NULL, *next; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
zone.c 16814 dns_difftuple_t *oldtuple = NULL, *newtuple = NULL; local
16945 INSIST(newtuple == NULL);
16946 newtuple = tuple;
16968 if (oldtuple != NULL && newtuple != NULL) {
16972 result = dns_rdata_tostruct(&newtuple->rdata, &newsoa, NULL);
16979 if (oldtuple->ttl == newtuple->ttl &&
16989 ISC_LIST_UNLINK(add, newtuple, link);
16990 dns_difftuple_free(&newtuple);
17026 if (newtuple != NULL) {
17027 ISC_LIST_UNLINK(diff->tuples, newtuple, link)
20647 dns_difftuple_t *tuple = NULL, *newtuple = NULL, *next = NULL; local
24612 dns_difftuple_t *oldtuple = NULL, *newtuple = NULL; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 16406 dns_difftuple_t *oldtuple = NULL, *newtuple = NULL; local
16444 INSIST(newtuple == NULL);
16445 newtuple = tuple;
16450 if (oldtuple != NULL && newtuple != NULL) {
16454 result = dns_rdata_tostruct(&newtuple->rdata, &newsoa, NULL);
16461 if (oldtuple->ttl == newtuple->ttl &&
16471 ISC_LIST_UNLINK(diff->tuples, newtuple, link);
16472 dns_difftuple_free(&newtuple);
16489 if (newtuple != NULL) {
16490 ISC_LIST_UNLINK(diff->tuples, newtuple, link)
20318 dns_difftuple_t *tuple, *newtuple = NULL; local
23412 dns_difftuple_t *oldtuple = NULL, *newtuple = NULL; local
    [all...]

Completed in 45 milliseconds