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

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_common.c1127 int i, scount = 0, pcount = 0; local
1136 scount++;
1139 if (scount == 0 && version == 1) {
1150 if (scount == 0 && pcount == 0) {
1156 retsrvs = (char **)calloc(scount + pcount + 1, sizeof (char *));
1178 if (scount == 0) {
1187 dupsrvs = (char **)calloc(scount + pcount + 1, sizeof (char *));
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py1028 scount = len(self._sortedkeys) variable in class:Name
1031 if scount < ocount:
1033 if scount > ocount:
1036 for i in range(scount):

Completed in 30 milliseconds