Searched defs:irefcnt (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dadb.c97 isc_mutex_t reflock; /*%< Covers irefcnt, erefcnt */
109 unsigned int irefcnt; member in struct:dns_adb
615 adb->irefcnt++;
645 adb->irefcnt--;
772 adb->irefcnt++;
802 adb->irefcnt--;
1234 * irefcnt ourselves, since it will not be
1279 * irefcnt ourselves, since it will not be
1577 INSIST(adb->irefcnt > 0);
1578 adb->irefcnt
[all...]

Completed in 17 milliseconds