Searched refs:ldap_next_attribute (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/doc/man/man3/ |
H A D | ldap_first_attribute.3.links | 1 ldap_next_attribute.3
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | getattr.c | 101 ldap_next_attribute( LDAP *ld, LDAPMessage *entry, BerElement *ber ) in ldap_next_attribute() function
|
H A D | test.c | 769 a = ldap_next_attribute( ld, e, ber ) ) in print_search_entry()
|
/netbsd-src/external/bsd/openldap/lib/libldap/ |
H A D | Makefile | 57 MLINKS+= ldap_first_attribute.3 ldap_next_attribute.3
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
H A D | LDAPAttributeList.cpp | 56 name=ldap_next_attribute(ld->getSessionHandle(),msg,ptr) ){ in LDAPAttributeList()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winldap.d | 740 alias ldap_next_attributeW ldap_next_attribute; 825 alias ldap_next_attributeA ldap_next_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 2938 char *ldap_next_attribute( 2955 ldap_next_attribute(), the pointer returned by a previous call to 2962 ldap_next_attribute, or the DN returned by ldap_get_dn(). If mem 2973 ldap_first_attribute() and ldap_next_attribute() will return NULL when 2984 be passed in subsequent calls to ldap_next_attribute() to step through 2986 and ldap_next_attribute(), if ptr is non-NULL, it SHOULD be freed by 3037 ldap_first_attribute() or ldap_next_attribute(), or a caller- 4100 a = ldap_next_attribute( ld, e, ptr ) ) { [all …]
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/ |
H A D | neoXldap.c | 224 attributeName = ldap_next_attribute(ldap, entry, ber)) {
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | dict_ldap.c | 1050 attr = ldap_next_attribute(dict_ldap->ld, entry, ber)) { in dict_ldap_get_values()
|
/netbsd-src/external/bsd/openldap/dist/include/ |
H A D | ldap.h | 1839 ldap_next_attribute LDAP_P((
|