Searched refs:ldap_first_attribute (Results 1 – 18 of 18) sorted by relevance
/illumos-gate/usr/src/man/man3ldap/ |
H A D | Makefile | 39 ldap_first_attribute.3ldap \
|
H A D | Manlink | 105 ldap_first_attribute.3ldap
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getattr.c | 58 ldap_first_attribute( LDAP *ld, LDAPMessage *entry, BerElement **ber ) in ldap_first_attribute() function
|
H A D | cache.c | 90 for ( i = 0, a = ldap_first_attribute( ld, m, &ber ); a != NULL; in nsldapi_add_result_to_cache()
|
H A D | tmplout.c | 261 for ( attr = ldap_first_attribute( ld, entry, &ber ); in do_entry2text()
|
/illumos-gate/usr/src/lib/libldap5/ |
H A D | mapfile-vers | 112 ldap_first_attribute;
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | mbdb.c | 606 for (attr = ldap_first_attribute(LDAPLMAP.ldap_ld, entry, &ber);
|
H A D | ldap.c | 745 for (attr = ldap_first_attribute(lmap->ldap_ld, entry,
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 721 for (a = ldap_first_attribute(ld, e, &ber); in convert_to_door_line() 753 a = ldap_first_attribute(ld, e, &ber); in convert_to_door_line() 811 a = ldap_first_attribute(ld, e, &ber); in convert_to_door_line()
|
H A D | ns_reads.c | 379 for (attr = ldap_first_attribute(ld, e, &ber); attr != NULL; in __s_api_cvtEntry() 460 for (attr = ldap_first_attribute(ld, e, &ber), j = 1; in __s_api_cvtEntry()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3ldap.inc | 111 file path=usr/share/man/man3ldap/ldap_first_attribute.3ldap 195 target=ldap_first_attribute.3ldap
|
/illumos-gate/usr/src/lib/libadutils/common/ |
H A D | adutils.c | 1176 for (attr = ldap_first_attribute(adh->ld, search_res, &ber); in make_entry() 1205 for (attr = ldap_first_attribute(adh->ld, search_res, &ber), i = 1; in make_entry()
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 1135 for ( a = ldap_first_attribute( ld, e, &ber ); a != NULL; in print_search_entry()
|
H A D | ldapsearch.c | 1002 for ( a = ldap_first_attribute( ld, entry, &ber ); a != NULL;
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_op.c | 735 a = ldap_first_attribute(lc->ld, e, &ber); in controlSupported() 1636 for (nm = ldap_first_attribute(lc->ld, m, &ber); in ldapSearch()
|
H A D | nis_parse_ldap_conf.c | 940 for (attr = ldap_first_attribute(ld, e, &ber); attr != NULL; in process_ldap_config_result()
|
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | nss_ldap.c | 2115 entryAttrib = ldap_first_attribute(ld, in _getCurrentKVPValues()
|
/illumos-gate/usr/src/head/ |
H A D | ldap.h | 546 char *LDAP_CALL ldap_first_attribute(LDAP *ld, LDAPMessage *entry,
|