Home
last modified time | relevance | path

Searched refs:ldap_first_attribute (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/openldap/lib/libldap/
H A DMakefile15 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 Dgetattr.c36 ldap_first_attribute( LDAP *ld, LDAPMessage *entry, BerElement **berout ) in ldap_first_attribute() function
H A Dtest.c768 for ( a = ldap_first_attribute( ld, e, &ber ); a != NULL; in print_search_entry()
/netbsd-src/external/bsd/openldap/dist/
H A DCHANGES50 ldap_first_attribute(3) - Document ldap_get_attribute_ber (ITS#8820)
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAttributeList.cpp40 char *name=ldap_first_attribute(ld->getSessionHandle(), msg, &ptr); in LDAPAttributeList()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinldap.d739 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 Ddraft-ietf-ldapext-ldap-c-api-xx.txt160 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 DneoXldap.c222 for (attributeName = ldap_first_attribute (ldap, entry, &ber);
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_ldap.c1048 for (attr = ldap_first_attribute(dict_ldap->ld, entry, &ber); in dict_ldap_get_values()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h1833 ldap_first_attribute LDAP_P((