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

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dntgroups.c53 unsigned int *totalGroups) {
70 *totalGroups = 0;
105 (i < dwEntriesRead && *totalGroups < maxgroups); i++) {
110 GroupList[*totalGroups] = (char *) malloc(retlen +1);
111 if (GroupList[*totalGroups] == NULL)
114 retlen = wcstombs(GroupList[*totalGroups],
116 GroupList[*totalGroups][retlen] = '\0';
117 if (strcmp(GroupList[*totalGroups], "None") == 0)
118 free(GroupList[*totalGroups]);
120 (*totalGroups)
51 isc_ntsecurity_getaccountgroups(char *username, char **GroupList, unsigned int maxgroups, unsigned int *totalGroups) argument
[all...]
/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DAccountInfo.h38 unsigned int *totalGroups, /* Count of Groups returned */
H A DBINDInstallDlg.cpp757 unsigned int totalGroups = 0; local
764 Groups, &totalGroups, MAX_GROUPS);

Completed in 13 milliseconds