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

  /src/external/mpl/bind/dist/lib/dns/
rbtdb_p.h 119 uint32_t least_serial; member in struct:dns_rbtdb
390 uint32_t least_serial, isc_rwlocktype_t *nlocktypep,
rbtdb.c 909 clean_zone_node(dns_rbtnode_t *node, uint32_t least_serial) {
918 REQUIRE(least_serial != 0);
990 if (dcurrent->serial < least_serial) {
1003 INSIST(dcurrent->serial <= least_serial);
1012 * least_serial too, but we cannot delete it because it is
1325 uint32_t least_serial, isc_rwlocktype_t *nlocktypep,
1367 if (least_serial == 0) {
1373 least_serial = rbtdb->least_serial;
1376 clean_zone_node(node, least_serial);
1773 uint32_t serial, least_serial; local
    [all...]
qpzone.c 222 uint32_t least_serial; member in struct:qpzonedb
579 .least_serial = 1,
697 clean_zone_node(qpznode_t *node, uint32_t least_serial) {
706 REQUIRE(least_serial != 0);
778 if (dcurrent->serial < least_serial) {
791 INSIST(dcurrent->serial <= least_serial);
800 * least_serial too, but we cannot delete it because it is
848 qpznode_release(qpzonedb_t *qpdb, qpznode_t *node, uint32_t least_serial,
886 if (least_serial == 0) {
892 least_serial = qpdb->least_serial
1267 uint32_t serial, least_serial; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 491 rbtdb_serial_t least_serial; member in struct:dns_rbtdb
1710 rbtdb_serial_t least_serial) {
1719 REQUIRE(least_serial != 0);
1792 if (dcurrent->serial < least_serial) {
1805 INSIST(dcurrent->serial <= least_serial);
1814 * least_serial too, but we cannot delete it because it is
2097 rbtdb_serial_t least_serial, isc_rwlocktype_t nlock,
2142 if (least_serial == 0) {
2148 least_serial = rbtdb->least_serial;
2559 rbtdb_serial_t serial, least_serial; local
    [all...]

Completed in 29 milliseconds