Searched refs:database (Results 26 - 50 of 399) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredSortedMap.java38 * @param database is the Database underlying the new collection.
55 public StoredSortedMap(Database database, EntryBinding keyBinding, argument
58 super(new DataView(database, keyBinding, valueBinding, null,
66 * @param database is the Database underlying the new collection.
83 public StoredSortedMap(Database database, EntryBinding keyBinding, argument
87 super(new DataView(database, keyBinding, valueBinding, null,
94 * @param database is the Database underlying the new collection.
111 public StoredSortedMap(Database database, EntryBinding keyBinding, argument
115 super(new DataView(database, keyBinding, null, valueEntityBinding,
123 * @param database i
140 StoredSortedMap(Database database, EntryBinding keyBinding, EntityBinding valueEntityBinding, PrimaryKeyAssigner keyAssigner) argument
[all...]
H A DStoredMap.java45 * @param database is the Database underlying the new collection.
62 public StoredMap(Database database, EntryBinding keyBinding, argument
65 super(new DataView(database, keyBinding, valueBinding, null,
74 * @param database is the Database underlying the new collection.
91 public StoredMap(Database database, EntryBinding keyBinding, argument
95 super(new DataView(database, keyBinding, valueBinding, null,
103 * @param database is the Database underlying the new collection.
120 public StoredMap(Database database, EntryBinding keyBinding, argument
123 super(new DataView(database, keyBinding, null, valueEntityBinding,
132 * @param database i
149 StoredMap(Database database, EntryBinding keyBinding, EntityBinding valueEntityBinding, PrimaryKeyAssigner keyAssigner) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/profiler/
H A DProfilerOrigin.cpp37 Origin::Origin(Database& database, CodeBlock* codeBlock, unsigned bytecodeIndex) argument
38 : m_bytecodes(database.ensureBytecodesFor(codeBlock))
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-config-naked.conf11 #monitor#database monitor
13 database config
H A Dslapd-deltasync-master.conf35 # master database definitions
38 database @BACKEND@
52 database @BACKEND@
76 #monitor#database monitor
H A Dslapd-dynlist.conf36 # database definitions
39 #monitor#database monitor
41 database @BACKEND@
55 database config
H A Dslapd-ppolicy.conf31 # database definitions
34 database @BACKEND@
55 #monitor#database monitor
57 database config
H A Dslapd-translucent-local.conf37 # database definitions
40 #monitor#database monitor
42 database @BACKEND@
58 # added by the translucent overlay sets it off for the underlying database;
59 # however, the local database needs to have "lastmod off" so it's here as
64 database config
H A Dslapd-unique.conf34 # database definitions
37 database @BACKEND@
55 #monitor#database monitor
57 database config
H A Dslapd-glue-ldap.conf42 # database definitions
46 database ldap
60 database ldap
76 database ldap
82 #monitor#database monitor
H A Dslapd-syncrepl-multiproxy.conf35 # master database definitions
38 database @BACKEND@
53 # consumer proxy database definitions
56 database ldap
80 database ldap
105 #monitor#database monitor
H A Dslapd-cache-master.conf31 # database definitions
34 database @BACKEND@
44 #monitor#database monitor
H A Dslapd-dn.conf33 # database definitions
36 database @BACKEND@
46 #monitor#database monitor
H A Dslapd-idassert.conf35 # database definitions
59 database @BACKEND@
76 database @BACKEND@
87 database ldap
94 # authorizes database
100 database ldap
109 # authorizes database
126 #monitor#database monitor
H A Dslapd-master.conf33 # database definitions
36 database @BACKEND@
45 #monitor#database monitor
H A Dslapd-passwd.conf30 # database definitions
33 database passwd
39 #monitor#database monitor
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/regressions/its4184/
H A Dslapd.conf21 # database access control definitions
34 # database definitions
37 database @BACKEND@
48 database @BACKEND@
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitFaviconDatabase.h82 webkit_favicon_database_get_favicon (WebKitFaviconDatabase *database,
88 webkit_favicon_database_get_favicon_finish (WebKitFaviconDatabase *database,
92 webkit_favicon_database_get_favicon_uri (WebKitFaviconDatabase *database,
95 webkit_favicon_database_clear (WebKitFaviconDatabase *database);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Cookies/soup/
H A DWebKitSoupCookieJarSqlite.cpp34 SQLiteDatabase database; member in struct:_WebKitSoupCookieJarSqlitePrivate
55 if (priv->database.isOpen())
59 if (!priv->database.open(priv->databasePath)) {
60 g_warning("Can't open database %s", priv->databasePath.utf8().data());
64 priv->database.setSynchronous(SQLiteDatabase::SyncOff);
65 priv->database.executeCommand("PRAGMA secure_delete = 1;");
73 if (priv->database.tableExists("moz_cookies"))
76 if (!priv->database.executeCommand("CREATE TABLE moz_cookies (id INTEGER PRIMARY KEY, name TEXT, value TEXT, host TEXT, path TEXT, expiry INTEGER, lastAccessed INTEGER, isSecure INTEGER, isHttpOnly INTEGER)")) {
77 g_warning("Failed to create table moz_cookies: (%i) - %s", priv->database.lastError(), priv->database
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dcheck-cracklib.pl39 my $database = '/usr/lib/cracklib_dict';
105 $reason = fascist_check($params{'new-password'}, $database);
/macosx-10.10.1/KerberosHelper-151/Tests/migration/data/10.7/private/var/db/krb5kdc/
H A Dmigration.conf2 database = {
/macosx-10.10.1/KerberosHelper-151/Tests/migration/data/10.7/var/db/krb5kdc/
H A Dmigration.conf2 database = {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dslapd.conf20 # sql database definitions
23 database sql
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslapd.conf50 # BDB database definitions
53 database bdb
60 # The database directory MUST exist prior to running slapd AND
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/regressions/its4337/
H A Dslapd.conf30 database config
33 #monitor#database monitor

Completed in 314 milliseconds

1234567891011>>