Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c70 #define HDB2BASE(dn) (((struct hdbldapdb *)(db)->hdb_db)->h_base) macro
873 rc = ldap_search_ext_s(HDB2LDAP(db), HDB2BASE(db), in LDAP__lookup_princ()
910 rc = ldap_search_ext_s(HDB2LDAP(db), HDB2BASE(db), LDAP_SCOPE_SUBTREE, in LDAP__lookup_princ()
1514 ret = ldap_search_ext(HDB2LDAP(db), HDB2BASE(db), in LDAP_firstkey()
1787 if (HDB2BASE(db)) in LDAP_destroy()
1788 free(HDB2BASE(db)); in LDAP_destroy()