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

  /src/external/mpl/bind/dist/lib/ns/
update.c 2366 dns_difftuple_t *tuple, *newtuple = NULL, *next; local
2478 &tuple->rdata, &newtuple));
2479 CHECK(do_one_tuple(&newtuple, db, ver, diff));
2560 &rdata, &newtuple));
2561 CHECK(do_one_tuple(&newtuple, db, ver, diff));
2575 &rdata, &newtuple));
2576 CHECK(do_one_tuple(&newtuple, db, ver, diff));
2586 &newtuple));
2587 CHECK(do_one_tuple(&newtuple, db, ver, diff));
2618 name, 0, &rdata, &newtuple));
2640 dns_difftuple_t *tuple, *newtuple = NULL, *next; 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...]
  /src/external/mpl/bind/dist/lib/dns/
zone.c 16836 dns_difftuple_t *oldtuple = NULL, *newtuple = NULL; local
16967 INSIST(newtuple == NULL);
16968 newtuple = tuple;
16990 if (oldtuple != NULL && newtuple != NULL) {
16994 result = dns_rdata_tostruct(&newtuple->rdata, &newsoa, NULL);
17001 if (oldtuple->ttl == newtuple->ttl &&
17011 ISC_LIST_UNLINK(add, newtuple, link);
17012 dns_difftuple_free(&newtuple);
17048 if (newtuple != NULL) {
17049 ISC_LIST_UNLINK(diff->tuples, newtuple, link)
20669 dns_difftuple_t *tuple = NULL, *newtuple = NULL, *next = NULL; local
24638 dns_difftuple_t *oldtuple = NULL, *newtuple = NULL; local
    [all...]

Completed in 152 milliseconds