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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c316 int nAttrs = 0; local
377 nAttrs = 1; /* start with 1 for the DN attr */
380 nAttrs++;
387 ep->attr_count = nAttrs;
460 attr != NULL && j != nAttrs;
738 ap[nAttrs] = (ns_ldap_attr_t *)
741 if (ap[nAttrs] == NULL) {
746 ap[nAttrs]->attrvalue = (char **)calloc(
748 if (ap[nAttrs]->attrvalue == NULL) {
754 ap[nAttrs]
[all...]

Completed in 50 milliseconds