Lines Matching defs:database
72 database. Several usage patterns are exploited:
75 scratch, we can precompute the prioritized list of database levels once, then
78 (2) Many database levels don't contain any leaf resource nodes. There is no
84 same database level occurring multiple times on the search list. The code below
86 look back through all database levels, but in practice this removes all
98 The database is structured into two kinds of tables: LTables that contain
209 /* closure used in enumerate database */
211 XrmDatabase db; /* the database */
244 /* pick a reasonable value for maximum depth of resource database */
271 /* determines if a quark has been used for a value in any database */
349 XrmDatabase database)
352 /* destroy database if set up implicitly by XGetDefault() */
357 display->db = database;
815 /* store a value in the database, overriding any existing entry */
1057 * Description: Parses a string and stores it as a database.
1058 * Arguments: db - the database.
1059 * str - a pointer to the string containing the database.
1504 * into the database.
1509 /* Store it in database */
1698 * stop if user proc returns True. level is current depth in database.
1779 * stop if user proc returns True. level is current depth in database.
1941 /* call the proc for every value in the database, arbitrary order.