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

/freebsd-13-stable/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c55 struct hdbldapdb { struct
63 #define HDB2LDAP(db) (((struct hdbldapdb *)(db)->hdb_db)->h_lp)
64 #define HDB2MSGID(db) (((struct hdbldapdb *)(db)->hdb_db)->h_msgid)
66 do { ((struct hdbldapdb *)(db)->hdb_db)->h_msgid = msgid; } while(0)
67 #define HDB2BASE(dn) (((struct hdbldapdb *)(db)->hdb_db)->h_base)
68 #define HDB2URL(dn) (((struct hdbldapdb *)(db)->hdb_db)->h_url)
69 #define HDB2CREATE(db) (((struct hdbldapdb *)(db)->hdb_db)->h_createbase)
1414 ((struct hdbldapdb *)db->hdb_db)->h_lp = NULL;
1559 rc = ldap_initialize(&((struct hdbldapdb *)db->hdb_db)->h_lp, HDB2URL(db));
1804 struct hdbldapdb *
[all...]

Completed in 76 milliseconds