Searched refs:ldap_first_attribute (Results 1 - 22 of 22) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dgetattr.c41 ldap_first_attribute( LDAP *ld, LDAPMessage *entry, BerElement **ber ) function
50 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 179, "ldap_first_attribute\n"), 0, 0, 0 );
H A Dllib-lldap161 char *ldap_first_attribute( LDAP *ld, LDAPMessage *entry,
H A Dtmplout.c284 for ( attr = ldap_first_attribute( ld, entry, &ber );
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetattr.c60 ldap_first_attribute( LDAP *ld, LDAPMessage *entry, BerElement **ber ) function
66 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_first_attribute\n", 0, 0, 0 );
H A Dcache.c92 for ( i = 0, a = ldap_first_attribute( ld, m, &ber ); a != NULL;
H A Dllib-lldap162 char *ldap_first_attribute( LDAP *ld, LDAPMessage *entry,
H A Dtmplout.c263 for ( attr = ldap_first_attribute( ld, entry, &ber );
297 * XXX check for errors in ldap_first_attribute/ldap_next_attribute
/osnet-11/usr/src/lib/libfedfs/common/
H A Dlist_fsns.c101 for (a = ldap_first_attribute(ld, e, &ber);
H A Dlist_nces.c284 for (a = ldap_first_attribute(ld, e, &ber);
351 for (a = ldap_first_attribute(ld, e, &ber);
H A Dnsdb_lookup.c392 for (a = ldap_first_attribute(ld, e, &ber);
/osnet-11/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,
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h815 extern char *ldap_first_attribute();
1079 char *ldap_first_attribute(LDAP *ld, LDAPMessage *entry,
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_standalone.c722 for (a = ldap_first_attribute(ld, e, &ber);
754 a = ldap_first_attribute(ld, e, &ber);
812 a = ldap_first_attribute(ld, e, &ber);
H A Dns_connect.c742 for (attr = ldap_first_attribute(ld, entry, &ber);
H A Dns_reads.c696 for (attr = ldap_first_attribute(ld, e, &ber); attr != NULL;
789 for (attr = ldap_first_attribute(ld, e, &ber), j = 1;
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils.c1181 for (attr = ldap_first_attribute(adh->ld, search_res, &ber);
1210 for (attr = ldap_first_attribute(adh->ld, search_res, &ber), i = 1;
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c668 for (attr = ldap_first_attribute(ld, e, &ber); attr != NULL;
H A Dldap_op.c736 a = ldap_first_attribute(lc->ld, e, &ber);
1637 for (nm = ldap_first_attribute(lc->ld, m, &ber);
1668 * XXX the ldap_first_attribute(3LDAP) man
1669 * page says that the ldap_first_attribute/
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapsearch.c1001 for ( a = ldap_first_attribute( ld, entry, &ber ); a != NULL;
1081 ldaptool_print_lderror( ld, "ldap_first_attribute/ldap_next_attribute",
H A Dldaptest.c1135 for ( a = ldap_first_attribute( ld, e, &ber ); a != NULL;
/osnet-11/usr/src/head/
H A Dldap.h544 char *LDAP_CALL ldap_first_attribute(LDAP *ld, LDAPMessage *entry,

Completed in 153 milliseconds