Lines Matching defs:dcinfo
57 * the dcinfo returned here will be free'd with DsFreeDcInfo().
63 DOMAIN_CONTROLLER_INFO **dcinfo)
70 *dcinfo = NULL;
107 *dcinfo = malloc(sizeof (**dcinfo));
108 if (*dcinfo == NULL)
116 assert(sizeof (**dcinfo) == sizeof (res.DsGetDcNameRes_u.res0));
117 (void) memcpy(*dcinfo, &res.DsGetDcNameRes_u.res0, sizeof (**dcinfo));
130 DOMAIN_CONTROLLER_INFO **dcinfo)
136 SiteName, Flags, dcinfo);