Lines Matching defs:db
66 #define HDB2LDAP(db) (((struct hdbldapdb *)(db)->hdb_db)->h_lp) argument
67 #define HDB2MSGID(db) (((struct hdbldapdb *)(db)->hdb_db)->h_msgid) argument
68 #define HDBSETMSGID(db,msgid) \ argument
72 #define HDB2CREATE(db) (((struct hdbldapdb *)(db)->hdb_db)->h_createbase) argument
134 check_ldap(krb5_context context, HDB *db, int ret) in check_ldap()
310 LDAP_get_string_value(HDB * db, LDAPMessage * entry, in LDAP_get_string_value()
336 LDAP_get_integer_value(HDB * db, LDAPMessage * entry, in LDAP_get_integer_value()
351 LDAP_get_generalized_time_value(HDB * db, LDAPMessage * entry, in LDAP_get_generalized_time_value()
386 LDAP_entry2mods(krb5_context context, HDB * db, hdb_entry_ex * ent, in LDAP_entry2mods()
744 LDAP_dn2principal(krb5_context context, HDB * db, const char *dn, in LDAP_dn2principal()
836 HDB *db, in LDAP__lookup_princ()
933 LDAP_principal2message(krb5_context context, HDB * db, in LDAP_principal2message()
975 LDAP_message2entry(krb5_context context, HDB * db, LDAPMessage * msg, in LDAP_message2entry()
1413 LDAP_close(krb5_context context, HDB * db) in LDAP_close()
1424 LDAP_lock(krb5_context context, HDB * db, int operation) in LDAP_lock()
1430 LDAP_unlock(krb5_context context, HDB * db) in LDAP_unlock()
1436 LDAP_seq(krb5_context context, HDB * db, unsigned flags, hdb_entry_ex * entry) in LDAP_seq()
1500 LDAP_firstkey(krb5_context context, HDB *db, unsigned flags, in LDAP_firstkey()
1528 LDAP_nextkey(krb5_context context, HDB * db, unsigned flags, in LDAP_nextkey()
1535 LDAP__connect(krb5_context context, HDB * db) in LDAP__connect()
1591 LDAP_open(krb5_context context, HDB * db, int flags, mode_t mode) in LDAP_open()
1610 LDAP_fetch_kvno(krb5_context context, HDB * db, krb5_const_principal principal, in LDAP_fetch_kvno()
1642 LDAP_fetch(krb5_context context, HDB * db, krb5_const_principal principal, in LDAP_fetch()
1650 LDAP_store(krb5_context context, HDB * db, unsigned flags, in LDAP_store()
1731 LDAP_remove(krb5_context context, HDB *db, krb5_const_principal principal) in LDAP_remove()
1780 LDAP_destroy(krb5_context context, HDB * db) in LDAP_destroy()
1803 HDB ** db, in hdb_ldap_common()
1901 hdb_ldap_create(krb5_context context, HDB ** db, const char *arg) in hdb_ldap_create()
1907 hdb_ldapi_create(krb5_context context, HDB ** db, const char *arg) in hdb_ldapi_create()