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

  /src/external/mpl/bind/dist/lib/dns/
zone.c 652 isc_ratelimiter_t *notifyrl; member in struct:dns_zonemgr
12450 notify->zone->zmgr->notifyrl, notify->zone->loop,
12653 : notify->zone->zmgr->notifyrl,
19278 isc_ratelimiter_create(loop, &zmgr->notifyrl);
19295 setrl(zmgr->notifyrl, &zmgr->notifyrate, 20);
19464 isc_ratelimiter_shutdown(zmgr->notifyrl);
19492 isc_ratelimiter_detach(&zmgr->notifyrl);
19760 setrl(zmgr->notifyrl, &zmgr->notifyrate, value);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 638 isc_ratelimiter_t *notifyrl; member in struct:dns_zonemgr
12370 result = isc_ratelimiter_enqueue(notify->zone->zmgr->notifyrl,
12573 : notify->zone->zmgr->notifyrl,
18719 zmgr->notifyrl = NULL;
18752 &zmgr->notifyrl);
18780 setrl(zmgr->notifyrl, &zmgr->notifyrate, 20);
18808 isc_ratelimiter_detach(&zmgr->notifyrl);
19002 isc_ratelimiter_shutdown(zmgr->notifyrl);
19131 isc_ratelimiter_detach(&zmgr->notifyrl);
19536 setrl(zmgr->notifyrl, &zmgr->notifyrate, value)
    [all...]

Completed in 48 milliseconds