Home
last modified time | relevance | path

Searched refs:NUMTOMALLOC (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c96 #define NUMTOMALLOC 32 macro
894 (sizeof (char *) * NUMTOMALLOC))) { in makeConnection()
898 } else if ((totalbad % NUMTOMALLOC) == in makeConnection()
899 NUMTOMALLOC - 1) { in makeConnection()
903 (sizeof (char *) * NUMTOMALLOC * in makeConnection()
904 ((totalbad/NUMTOMALLOC) + 2))))) { in makeConnection()