Lines Matching refs:attrname
67 if (ep->attr_pair[j]->attrname) in __ns_ldap_freeEntry()
68 free(ep->attr_pair[j]->attrname); in __ns_ldap_freeEntry()
414 if ((ap[0]->attrname = strdup("dn")) == NULL) { in __s_api_cvtEntry()
493 if ((ap[j]->attrname = strdup(attr)) == NULL) { in __s_api_cvtEntry()
511 ap[j]->attrname = strdup(attr); in __s_api_cvtEntry()
514 ap[j]->attrname = strdup(mapping[0]); in __s_api_cvtEntry()
516 if (ap[j]->attrname == NULL) { in __s_api_cvtEntry()
641 schema_mapping_existed && ap[j]->attrname && in __s_api_cvtEntry()
642 strcasecmp(ap[j]->attrname, "objectclass") == 0) { in __s_api_cvtEntry()
766 ap[nAttrs]->attrname = strdup("gecos"); in __s_api_cvtEntry()
767 if (ap[nAttrs]->attrname == NULL) { in __s_api_cvtEntry()
4103 __ns_ldap_getAttr(const ns_ldap_entry_t *entry, const char *attrname) in __ns_ldap_getAttr() argument
4110 if (strcasecmp(entry->attr_pair[i]->attrname, attrname) == NULL) in __ns_ldap_getAttr()
4117 __ns_ldap_getAttrStruct(const ns_ldap_entry_t *entry, const char *attrname) in __ns_ldap_getAttrStruct() argument
4124 if (strcasecmp(entry->attr_pair[i]->attrname, attrname) == NULL) in __ns_ldap_getAttrStruct()