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

/macosx-10.9.5/libsecurity_ldap_dl-55002/lib/
H A DLDAPDLModule.cpp248 return new LDAPDatabase (this);
253 LDAPDatabase::LDAPDatabase (AttachedInstance *ai) : Database (ai), mNextHandle (0) function in class:LDAPDatabase
259 LDAPDatabase::~LDAPDatabase ()
265 void LDAPDatabase::DbOpen (const char* DbName, const CSSM_NET_ADDRESS *dbLocation, const CSSM_DB_ACCESS_TYPE accessRequest,
280 void LDAPDatabase::DbClose ()
287 void LDAPDatabase::DbGetDbNameFromHandle (char** dbName)
297 void LDAPDatabase::CopyAttributes (Relation *r, Tuple *t, CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes)
342 void LDAPDatabase
[all...]
H A DLDAPDLModule.h71 // holds an instance of the LDAPDatabase
85 class LDAPDatabase : public Database class in inherits:Database
98 LDAPDatabase (AttachedInstance *ai);
99 ~LDAPDatabase ();

Completed in 133 milliseconds