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

  /src/external/mpl/bind/dist/lib/dns/
rbtdb.c 1768 dns_rbtdb_version_t *least_greater = NULL; local
1907 least_greater = PREV(version, link);
1908 if (least_greater == NULL) {
1909 least_greater = rbtdb->current_version;
1912 INSIST(version->serial < least_greater->serial);
1921 make_least_version(rbtdb, least_greater,
1928 APPENDLIST(least_greater->changed_list,
qpzone.c 1273 qpz_version_t *least_greater = NULL; local
1405 least_greater = PREV(version, link);
1406 if (least_greater == NULL) {
1407 least_greater = qpdb->current_version;
1410 INSIST(version->serial < least_greater->serial);
1419 make_least_version(qpdb, least_greater,
1426 APPENDLIST(least_greater->changed_list,
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 2554 rbtdb_version_t *version, *cleanup_version, *least_greater; local
2694 least_greater = PREV(version, link);
2695 if (least_greater == NULL) {
2696 least_greater = rbtdb->current_version;
2699 INSIST(version->serial < least_greater->serial);
2708 make_least_version(rbtdb, least_greater,
2715 APPENDLIST(least_greater->changed_list,

Completed in 44 milliseconds