Searched refs:nAttrs (Results 1 – 1 of 1) sorted by relevance
317 int nAttrs = 0; in __s_api_cvtEntry() local378 nAttrs = 1; /* start with 1 for the DN attr */ in __s_api_cvtEntry()381 nAttrs++; in __s_api_cvtEntry()388 ep->attr_count = nAttrs; in __s_api_cvtEntry()461 attr != NULL && j != nAttrs; in __s_api_cvtEntry()740 ap[nAttrs] = (ns_ldap_attr_t *) in __s_api_cvtEntry()743 if (ap[nAttrs] == NULL) { in __s_api_cvtEntry()748 ap[nAttrs]->attrvalue = (char **)calloc( in __s_api_cvtEntry()750 if (ap[nAttrs]->attrvalue == NULL) { in __s_api_cvtEntry()756 ap[nAttrs]->attrvalue[0] = in __s_api_cvtEntry()[all …]