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

  /src/external/mpl/dhcp/bind/dist/lib/isc/
timer.c 656 sooner(void *v1, void *v2) { function
699 isc_heap_create(mctx, sooner, set_index, 0, &manager->heap);
  /src/external/mpl/bind/dist/lib/dns/
rbtdb_p.h 169 isc_heapcompare_t sooner; member in struct:dns_rbtdb
rbt-zonedb.c 1978 } else if (rbtdb->sooner(header, &oldheader)) {
1982 } else if (rbtdb->sooner(&oldheader, header)) {
2039 } else if (rbtdb->sooner(this, header)) {
rbtdb.c 353 * element. It returns true if v1 happens "sooner" than v2.
364 * Return which RRset should be resigned sooner. If the RRsets have the
3971 rbtdb->sooner = IS_CACHE(rbtdb) ? ttl_sooner : resign_sooner;
3973 isc_heap_create(hmctx, rbtdb->sooner, set_index, 0,
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 981 * element. It returns true if v1 happens "sooner" than v2.
992 * Return which RRset should be resigned sooner. If the RRsets have the
8690 bool (*sooner)(void *, void *);
8773 sooner = IS_CACHE(rbtdb) ? ttl_sooner : resign_sooner;
8775 isc_heap_create(hmctx, sooner, set_index, 0, &rbtdb->heaps[i]);

Completed in 32 milliseconds