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

/bind-9.11.3/bin/win32/BINDInstall/
H A DAccountInfo.cpp99 char **Accounts, unsigned int *totalAccounts,
137 totalAccounts);
146 Accounts[*totalAccounts] = name; /* Add the account to the list */
147 (*totalAccounts)++;
152 for (i = 0; i < *totalAccounts; i++) {
183 (*totalAccounts)--; /* Correct for the number of groups */
98 GetAccountPrivileges(char *name, wchar_t **PrivList, unsigned int *PrivCount, char **Accounts, unsigned int *totalAccounts, int maxAccounts) argument

Completed in 12 milliseconds