Searched refs:ldap_first_attribute (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/bsd/openldap/lib/libldap/ |
H A D | Makefile | 15 ldap_delete.3 ldap_dup.3 ldap_error.3 ldap_first_attribute.3 \ 57 MLINKS+= ldap_first_attribute.3 ldap_next_attribute.3
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | getattr.c | 36 ldap_first_attribute( LDAP *ld, LDAPMessage *entry, BerElement **berout ) in ldap_first_attribute() function
|
H A D | test.c | 768 for ( a = ldap_first_attribute( ld, e, &ber ); a != NULL; in print_search_entry()
|
/netbsd-src/external/bsd/openldap/dist/ |
H A D | CHANGES | 50 ldap_first_attribute(3) - Document ldap_get_attribute_ber (ITS#8820)
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
H A D | LDAPAttributeList.cpp | 40 char *name=ldap_first_attribute(ld->getSessionHandle(), msg, &ptr); in LDAPAttributeList()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winldap.d | 739 alias ldap_first_attributeW ldap_first_attribute; 824 alias ldap_first_attributeA ldap_first_attribute;
|
/netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
H A D | draft-ietf-ldapext-ldap-c-api-xx.txt | 160 26.5. Changes to ldap_first_attribute() and ldap_next_attribute...77 2929 The ldap_first_attribute() and ldap_next_attribute() calls are used to 2932 char *ldap_first_attribute( 2953 ptr In ldap_first_attribute(), the address of a pointer used inter- 2956 ldap_first_attribute(). The BerElement type itself is an opaque 2961 attribute type names returned by ldap_first_attribute() and 2973 ldap_first_attribute() and ldap_next_attribute() will return NULL when 2982 ldap_first_attribute() will allocate and return in ptr a pointer to a 2985 the entry's attributes. After a set of calls to ldap_first_attribute() 3037 ldap_first_attribute() or ldap_next_attribute(), or a caller- [all …]
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/ |
H A D | neoXldap.c | 222 for (attributeName = ldap_first_attribute (ldap, entry, &ber);
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | dict_ldap.c | 1048 for (attr = ldap_first_attribute(dict_ldap->ld, entry, &ber); in dict_ldap_get_values()
|
/netbsd-src/external/bsd/openldap/dist/include/ |
H A D | ldap.h | 1833 ldap_first_attribute LDAP_P((
|