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

/bind-9.6-ESV-R11/bin/named/
H A Dmain.c603 char *instance = NULL; local
622 result = ns_smf_get_instance(&instance, 0, ns_g_mctx);
623 /* We don't care about instance, just check if we got one. */
628 if (instance != NULL)
629 isc_mem_free(ns_g_mctx, instance);
855 char *instance; local
885 if ((instance = isc_mem_allocate(mctx, namelen + 1)) == NULL) {
894 if (scf_myname(h, instance, namelen + 1) == -1) {
900 isc_mem_free(mctx, instance);
905 *ins_name = instance;
914 char *instance = NULL; local
[all...]

Completed in 9 milliseconds