Searched refs:alldone (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dzt.h154 dns_zt_asyncload(dns_zt_t *zt, dns_zt_allloaded_t alldone, void *arg);
165 * to errors), the caller is informed by calling 'alldone'
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dzt.c277 dns_zt_asyncload(dns_zt_t *zt, dns_zt_allloaded_t alldone, void *arg) { argument
291 zt->loaddone = alldone;
298 alldone(arg);
496 dns_zt_allloaded_t alldone = NULL; local
512 alldone = zt->loaddone;
519 if (alldone != NULL)
520 alldone(arg);
H A Dzone.c8158 isc_boolean_t alldone = ISC_FALSE; local
8212 alldone = ISC_TF(zone->refreshkeycount == 0);
8214 if (alldone)
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.who.c199 int comp = -1, alldone; local
424 for (alldone = 0; !alldone && *vp != NULL && **vp != '\0' &&
429 alldone = 1;

Completed in 115 milliseconds