Searched refs:Database (Results 1 - 25 of 225) sorted by relevance

123456789

/macosx-10.9.5/securityd-55199.3/src/
H A Dkey.cpp33 Key::Key(Database &db)
34 : Database::Subsidiary(db)
H A Dkey.h38 class Database;
49 // act as Key factories. Most Database subclasses will define Key class hierarchies to track
65 class Key : public Database::Subsidiary, public AclSource {
67 Key(Database &db);
71 Database &database() const { return referent<Database>(); }
H A Dkckey.h53 KeychainKey(Database &db, const KeyBlob *blob);
54 KeychainKey(Database &db, const CssmKey &newKey, uint32 moreAttributes,
68 Database *relatedDatabase();
69 void validate(AclAuthorization auth, const AccessCredentials *cred, Database *relatedDatabase);
/macosx-10.9.5/libsecurity_ldap_dl-55002/lib/
H A DDatabase.cpp26 #include "Database.h"
31 Database::Database (AttachedInstance *ai) : mAttachedInstance (ai) function in class:Database
37 Database::~Database ()
43 void Database::DbOpen (const char* DbName,
54 void Database::DbClose ()
61 void Database::DbCreate (const char* dbName,
73 void Database::DbCreateRelation (CSSM_DB_RECORDTYPE relationID,
85 void Database
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DFeedbackHandler.java38 void upgradeFeedback(Database database, int percent);
51 void verifyFeedback(Database database, int percent);
H A DHasher.java29 int hash(Database db, byte[] data, int len);
H A DBtreePrefixCalculator.java25 int prefix(Database db, DatabaseEntry dbt1, DatabaseEntry dbt2);
H A DRecordNumberAppender.java19 When storing records using {@link com.sleepycat.db.Database#append Database.append} it may be
24 caller of {@link com.sleepycat.db.Database#append Database.append}.
34 void appendRecordNumber(Database db, DatabaseEntry data, int recno)
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DDatabaseCallback.idl32 boolean handleEvent(Database database);
H A DDatabaseCallback.h40 class Database;
46 virtual bool handleEvent(Database*) = 0;
H A DDOMWindowWebDatabase.idl30 [RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorDatabaseResource.cpp37 #include "Database.h"
45 PassRefPtr<InspectorDatabaseResource> InspectorDatabaseResource::create(PassRefPtr<Database> database, const String& domain, const String& name, const String& version)
50 InspectorDatabaseResource::InspectorDatabaseResource(PassRefPtr<Database> database, const String& domain, const String& name, const String& version)
59 void InspectorDatabaseResource::bind(InspectorFrontend::Database* frontend)
61 RefPtr<TypeBuilder::Database::Database> jsonObject = TypeBuilder::Database::Database::create()
H A DInspectorDatabaseResource.h42 class Database;
47 static PassRefPtr<InspectorDatabaseResource> create(PassRefPtr<Database> database, const String& domain, const String& name, const String& version);
49 void bind(InspectorFrontend::Database*);
50 Database* database() { return m_database.get(); }
51 void setDatabase(PassRefPtr<Database> database) { m_database = database; }
55 InspectorDatabaseResource(PassRefPtr<Database>, const String& domain, const String& name, const String& version);
57 RefPtr<Database> m_database;
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerDatabase.cpp43 static Database* firstDatabase;
45 Database::Database(VM& vm) function in class:JSC::Profiler::Database
53 Database::~Database()
61 Bytecodes* Database::ensureBytecodesFor(CodeBlock* codeBlock)
77 void Database::notifyDestruction(CodeBlock* codeBlock)
82 PassRefPtr<Compilation> Database::newCompilation(Bytecodes* bytecodes, CompilationKind kind)
89 PassRefPtr<Compilation> Database::newCompilation(CodeBlock* codeBlock, CompilationKind kind)
94 JSValue Database
[all...]
H A DProfilerDatabase.h42 class Database { class in namespace:JSC::Profiler
43 WTF_MAKE_FAST_ALLOCATED; WTF_MAKE_NONCOPYABLE(Database);
45 JS_EXPORT_PRIVATE Database(VM&);
46 JS_EXPORT_PRIVATE ~Database();
77 static Database* removeFirstAtExitDatabase();
87 Database* m_nextRegisteredDatabase;
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_plugin/
H A DDbContext.cpp24 #include <security_cdsa_plugin/Database.h>
28 DbContext::DbContext (Database &inDatabase,
H A DDatabase.cpp22 #include <security_cdsa_plugin/Database.h>
35 Database *
42 auto_ptr<Database> aDatabase(make(inDbName));
51 DatabaseManager::removeIfUnused(Database &inDatabase)
67 Database &aDatabase = *get(inDbName);
87 Database &aDatabase = *get(inDbName);
104 Database &aDatabase = inDbContext.mDatabase;
115 Database &aDatabase = *get(inDbName);
143 // Start of Database implementation.
145 Database function in class:Database
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_cspdl/lib/
H A DCSPDLDatabase.h25 #include <security_cdsa_plugin/Database.h>
37 Database *make(const DbName &inDbName);
H A DCSPDLDatabase.cpp32 Database *
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_plugin/lib/
H A DDbContext.cpp24 #include <security_cdsa_plugin/Database.h>
28 DbContext::DbContext (Database &inDatabase,
H A DDatabase.cpp22 #include <security_cdsa_plugin/Database.h>
35 Database *
42 auto_ptr<Database> aDatabase(make(inDbName));
51 DatabaseManager::removeIfUnused(Database &inDatabase)
67 Database &aDatabase = *get(inDbName);
87 Database &aDatabase = *get(inDbName);
104 Database &aDatabase = inDbContext.mDatabase;
115 Database &aDatabase = *get(inDbName);
143 // Start of Database implementation.
145 Database function in class:Database
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_sd_cspdl/lib/
H A DSDCSPDLDatabase.h31 #include <security_cdsa_plugin/Database.h>
43 Database *make(const DbName &inDbName);
H A DSDCSPDLDatabase.cpp38 Database *
/macosx-10.9.5/WebCore-7537.78.1/storage/wince/
H A DDatabaseThreadWinCE.h32 class Database;
47 void unscheduleDatabaseTasks(Database*);
48 void recordDatabaseOpen(Database*);
49 void recordDatabaseClosed(Database*);
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/basic/
H A DSampleDatabase.java15 import com.sleepycat.db.Database;
36 private Database partDb;
37 private Database supplierDb;
38 private Database shipmentDb;
67 Database catalogDb = env.openDatabase(null, CLASS_CATALOG, null,
100 public final Database getPartDatabase() {
108 public final Database getSupplierDatabase() {
116 public final Database getShipmentDatabase() {

Completed in 287 milliseconds

123456789