Lines Matching refs:entry

593  * Convert a single ldap entry from a LDAPMessage
595 * Schema map the entry if specified in flags
756 /* attribute-map and normalize the entry DN if needed */
763 * normalize the entry DN of a passwd or group entry.
1225 remove_dup_range_attrs(ns_ldap_entry_t *entry, ns_ldap_range_info_t *info)
1234 * in the result ns_ldap_entry_t entry.
1239 * Attribute name in entry may be mapped to a different name
1252 cnt = entry->attr_count;
1254 eAttr = entry->attr_pair[i];
1261 entry->attr_pair[j] =
1262 entry->attr_pair[j + 1];
1264 entry->attr_pair[j] = NULL;
1265 entry->attr_count--;
1309 cookie->result->entry = curEntry;
2859 * foreach (result entry) {
2998 * error occurred when using the connection. On entry,
3391 * same DN entry again to get the entire
3488 * same entry again to get the rest of the
3504 for (nextEntry = cookie->result->entry;
3767 int (*callback)(const ns_ldap_entry_t *entry, const void *userdata),
4003 int (*callback)(const ns_ldap_entry_t *entry, const void *userdata),
4035 int (*callback)(const ns_ldap_entry_t *entry, const void *userdata),
4082 int (*callback)(const ns_ldap_entry_t *entry, const void *userdata),
4116 int (*callback)(const ns_ldap_entry_t *entry, const void *userdata),
4271 int (*callback)(const ns_ldap_entry_t *entry, const void *userdata),
4321 int (*callback)(const ns_ldap_entry_t *entry, const void *userdata),
4630 value = __ns_ldap_getAttr(cookie->result->entry,
5033 if (res->entry != NULL)
5034 curEntry = res->entry;
5094 __ns_ldap_getAttr(const ns_ldap_entry_t *entry, const char *attrname)
5098 if (entry == NULL)
5100 for (i = 0; i < entry->attr_count; i++) {
5101 if (strcasecmp(entry->attr_pair[i]->attrname, attrname) == NULL)
5102 return (entry->attr_pair[i]->attrvalue);
5108 __ns_ldap_getAttrStruct(const ns_ldap_entry_t *entry, const char *attrname)
5112 if (entry == NULL)
5114 for (i = 0; i < entry->attr_count; i++) {
5115 if (strcasecmp(entry->attr_pair[i]->attrname, attrname) == NULL)
5116 return (entry->attr_pair[i]);
5219 value = __ns_ldap_getAttr(result->entry, "dn");
5299 value = __ns_ldap_getAttr(result->entry, "dn");