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

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c616 int nAttrs = 0; local
695 nAttrs = 1; /* start with 1, 0 is for the DN attr */
698 nAttrs++;
721 ep->attr_count = nAttrs;
790 attr != NULL && j != nAttrs;
1128 ap[nAttrs] = (ns_ldap_attr_t *)
1131 if (ap[nAttrs] == NULL) {
1136 ap[nAttrs]->attrvalue = (char **)calloc(
1138 if (ap[nAttrs]->attrvalue == NULL) {
1144 ap[nAttrs]
[all...]

Completed in 30 milliseconds