Searched refs:HDB2BASE (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c67 #define HDB2BASE(dn) (((struct hdbldapdb *)(db)->hdb_db)->h_base) macro
870 rc = ldap_search_ext_s(HDB2LDAP(db), HDB2BASE(db),
907 rc = ldap_search_ext_s(HDB2LDAP(db), HDB2BASE(db), LDAP_SCOPE_SUBTREE,
1511 ret = ldap_search_ext(HDB2LDAP(db), HDB2BASE(db),
1784 if (HDB2BASE(db))
1785 free(HDB2BASE(db));

Completed in 108 milliseconds