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

/bind-9.11.3/lib/isc/win32/
H A Dntgroups.c44 unsigned int *totalGroups) {
61 *totalGroups = 0;
96 (i < dwEntriesRead && *totalGroups < maxgroups); i++) {
101 GroupList[*totalGroups] = (char *) malloc(retlen +1);
102 if (GroupList[*totalGroups] == NULL)
105 retlen = wcstombs(GroupList[*totalGroups],
107 GroupList[*totalGroups][retlen] = '\0';
108 if (strcmp(GroupList[*totalGroups], "None") == 0)
109 free(GroupList[*totalGroups]);
111 (*totalGroups)
42 isc_ntsecurity_getaccountgroups(char *username, char **GroupList, unsigned int maxgroups, unsigned int *totalGroups) argument
[all...]
/bind-9.11.3/bin/win32/BINDInstall/
H A DAccountInfo.h29 unsigned int *totalGroups, /* Count of Groups returned */
H A DBINDInstallDlg.cpp951 unsigned int totalGroups = 0; local
958 Groups, &totalGroups, MAX_GROUPS);

Completed in 14 milliseconds