Lines Matching full:database
50 static GSList *database = NULL;
209 for (l = database, props = 0; l != NULL; l = l->next) {
315 for (l = database, groups = NULL, cur = NULL; l; l = l->next) {
423 for (l = database, length = 0, types = NULL; l; l = l->next) {
507 for (l = database, info = NULL, num = 0; l; l = l->next) {
579 for (l = database, matches = NULL, range = NULL; l; l = l->next) {
632 l = g_slist_find_custom(database, GUINT_TO_POINTER(h), handle_cmp);
664 l = g_slist_find_custom(database, GUINT_TO_POINTER(h), handle_cmp);
695 l = g_slist_find_custom(database
731 l = g_slist_find_custom(database, GUINT_TO_POINTER(h), handle_cmp);
1135 g_slist_foreach(database, (GFunc) g_free, NULL);
1136 g_slist_free(database);
1222 for (l = database, handle = 0; l; l = l->next) {
1251 if (g_slist_find_custom(database, GUINT_TO_POINTER(h), handle_cmp))
1262 database = g_slist_insert_sorted(database, a, attribute_cmp);
1276 l = g_slist_find_custom(database, GUINT_TO_POINTER(h), handle_cmp);
1306 l = g_slist_find_custom(database, GUINT_TO_POINTER(h), handle_cmp);
1311 database = g_slist_remove(database, a);