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

/bind-9.11.3/lib/dns/
H A Dadb.c716 isc_mutex_t *newnamelocks = NULL; local
752 newnamelocks = isc_mem_get(adb->mctx, sizeof(*newnamelocks) * n);
756 newnamelocks == NULL || newname_sd == NULL ||
763 result = isc_mutexblock_init(newnamelocks, n);
825 adb->namelocks = newnamelocks;
844 if (newnamelocks != NULL)
845 isc_mem_put(adb->mctx, newnamelocks, sizeof(*newnamelocks) * n);

Completed in 26 milliseconds