Searched refs:srvListLength (Results 1 – 1 of 1) sorted by relevance
1728 long srvListLength, i; in createDirServerList() local1750 srvListLength = i; in createDirServerList()1752 thrPool = calloc(srvListLength, sizeof (thread_t)); in createDirServerList()1767 (*new_list)->nsServers = (dir_server_t **)calloc(srvListLength + 1, in createDirServerList()1782 tmpSrvArray = (dir_server_t *)calloc(srvListLength, in createDirServerList()1784 for (i = 0; i < srvListLength; ++i) { in createDirServerList()1820 for (i = 0; i < srvListLength; ++i) { in createDirServerList()2392 long srvListLength, i = 0; in __ns_ldap_pingOfflineServers() local2409 srvListLength = i; in __ns_ldap_pingOfflineServers()2411 thrPool = calloc(srvListLength, sizeof (thread_t)); in __ns_ldap_pingOfflineServers()[all …]