HomeSort by relevance Sort by last modified time
    Searched refs:dataset_location (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/glib/
gdataset.c 75 static inline GDataset* g_dataset_lookup (gconstpointer dataset_location);
144 g_dataset_lookup (gconstpointer dataset_location)
148 if (g_dataset_cached && g_dataset_cached->location == dataset_location)
151 dataset = g_hash_table_lookup (g_dataset_location_ht, dataset_location);
162 register gconstpointer dataset_location; local
164 dataset_location = dataset->location;
171 g_hash_table_remove (g_dataset_location_ht, dataset_location);
177 dataset = g_dataset_lookup (dataset_location);
182 g_dataset_destroy (gconstpointer dataset_location)
184 g_return_if_fail (dataset_location != NULL)
    [all...]
gdataset.h 93 void g_dataset_destroy (gconstpointer dataset_location);
94 gpointer g_dataset_id_get_data (gconstpointer dataset_location,
96 void g_dataset_id_set_data_full (gconstpointer dataset_location,
100 gpointer g_dataset_id_remove_no_notify (gconstpointer dataset_location,
102 void g_dataset_foreach (gconstpointer dataset_location,

Completed in 68 milliseconds