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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c1727 long srvListLength, i; local
1749 srvListLength = i;
1751 thrPool = calloc(srvListLength, sizeof (thread_t));
1766 (*new_list)->nsServers = (dir_server_t **)calloc(srvListLength + 1,
1781 tmpSrvArray = (dir_server_t *)calloc(srvListLength,
1783 for (i = 0; i < srvListLength; ++i) {
1819 for (i = 0; i < srvListLength; ++i) {
2391 long srvListLength, i = 0; local
2408 srvListLength = i;
2410 thrPool = calloc(srvListLength, sizeo
[all...]

Completed in 239 milliseconds