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

/bind-9.11.3/lib/dns/
H A Dzone.c253 isc_boolean_t *mastersok; member in struct:dns_zone
974 zone->mastersok = NULL;
5911 if (zone->mastersok != NULL) {
5912 isc_mem_put(zone->mctx, zone->mastersok,
5914 zone->mastersok = NULL;
5920 * If count == 0, don't allocate any space for masters, mastersok or
5927 * mastersok must contain count elements
5953 zone->mastersok = newok;
10122 zone->mastersok[j] = ISC_FALSE;
11550 zone->mastersok[zon
[all...]

Completed in 60 milliseconds