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

  /src/external/mpl/bind/dist/lib/dns/
zone.c 654 isc_ratelimiter_t *startupnotifyrl; member in struct:dns_zonemgr
12442 result = isc_ratelimiter_dequeue(zmgr->startupnotifyrl,
12652 startup ? notify->zone->zmgr->startupnotifyrl
19280 isc_ratelimiter_create(loop, &zmgr->startupnotifyrl);
19296 setrl(zmgr->startupnotifyrl, &zmgr->startupnotifyrate, 20);
19299 isc_ratelimiter_setpushpop(zmgr->startupnotifyrl, true);
19466 isc_ratelimiter_shutdown(zmgr->startupnotifyrl);
19494 isc_ratelimiter_detach(&zmgr->startupnotifyrl);
19767 setrl(zmgr->startupnotifyrl, &zmgr->startupnotifyrate, value);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 640 isc_ratelimiter_t *startupnotifyrl; member in struct:dns_zonemgr
12363 result = isc_ratelimiter_dequeue(zmgr->startupnotifyrl,
12572 startup ? notify->zone->zmgr->startupnotifyrl
18721 zmgr->startupnotifyrl = NULL;
18764 &zmgr->startupnotifyrl);
18781 setrl(zmgr->startupnotifyrl, &zmgr->startupnotifyrate, 20);
18784 isc_ratelimiter_setpushpop(zmgr->startupnotifyrl, true);
18804 isc_ratelimiter_detach(&zmgr->startupnotifyrl);
19004 isc_ratelimiter_shutdown(zmgr->startupnotifyrl);
19133 isc_ratelimiter_detach(&zmgr->startupnotifyrl);
    [all...]

Completed in 53 milliseconds