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

/bind-9.11.3/bin/named/
H A Dmain.c968 char *instance = NULL; local
987 result = ns_smf_get_instance(&instance, 0, ns_g_mctx);
988 /* We don't care about instance, just check if we got one. */
993 if (instance != NULL)
994 isc_mem_free(ns_g_mctx, instance);
1258 char *instance; local
1288 if ((instance = isc_mem_allocate(mctx, namelen + 1)) == NULL) {
1297 if (scf_myname(h, instance, namelen + 1) == -1) {
1303 isc_mem_free(mctx, instance);
1308 *ins_name = instance;
1319 char *instance = NULL; local
[all...]

Completed in 12 milliseconds