Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3ldap/
H A DMakefile39 ldap_first_attribute.3ldap \
H A DManlink105 ldap_first_attribute.3ldap
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetattr.c58 ldap_first_attribute( LDAP *ld, LDAPMessage *entry, BerElement **ber ) in ldap_first_attribute() function
H A Dcache.c90 for ( i = 0, a = ldap_first_attribute( ld, m, &ber ); a != NULL; in nsldapi_add_result_to_cache()
H A Dtmplout.c261 for ( attr = ldap_first_attribute( ld, entry, &ber ); in do_entry2text()
/illumos-gate/usr/src/lib/libldap5/
H A Dmapfile-vers112 ldap_first_attribute;
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dmbdb.c606 for (attr = ldap_first_attribute(LDAPLMAP.ldap_ld, entry, &ber);
H A Dldap.c745 for (attr = ldap_first_attribute(lmap->ldap_ld, entry,
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c721 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 Dns_reads.c379 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 Dsystem-library.man3ldap.inc111 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 Dadutils.c1176 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 Dldaptest.c1135 for ( a = ldap_first_attribute( ld, e, &ber ); a != NULL; in print_search_entry()
H A Dldapsearch.c1002 for ( a = ldap_first_attribute( ld, entry, &ber ); a != NULL;
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c735 a = ldap_first_attribute(lc->ld, e, &ber); in controlSupported()
1636 for (nm = ldap_first_attribute(lc->ld, m, &ber); in ldapSearch()
H A Dnis_parse_ldap_conf.c940 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 Dnss_ldap.c2115 entryAttrib = ldap_first_attribute(ld, in _getCurrentKVPValues()
/illumos-gate/usr/src/head/
H A Dldap.h546 char *LDAP_CALL ldap_first_attribute(LDAP *ld, LDAPMessage *entry,