Home
last modified time | relevance | path

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

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