Lines Matching refs:GaEntryGroupServiceEntry
71 typedef struct _GaEntryGroupServiceEntry GaEntryGroupServiceEntry; typedef
232 const GaEntryGroupServiceEntry *entry = in _entry_hash()
233 (const GaEntryGroupServiceEntry *) v; in _entry_hash()
245 const GaEntryGroupServiceEntry *aentry = in _entry_equal()
246 (const GaEntryGroupServiceEntry *) a; in _entry_equal()
247 const GaEntryGroupServiceEntry *bentry = in _entry_equal()
248 (const GaEntryGroupServiceEntry *) b; in _entry_equal()
257 static GaEntryGroupServiceEntry *_new_entry(const guint8 * value, gsize size) { in _new_entry()
258 GaEntryGroupServiceEntry *entry; in _new_entry()
264 entry = g_slice_new(GaEntryGroupServiceEntry); in _new_entry()
282 GaEntryGroupServiceEntry *entry = (GaEntryGroupServiceEntry *) data; in _free_entry()
289 g_slice_free(GaEntryGroupServiceEntry, entry); in _free_entry()
324 GaEntryGroupServiceEntry *kentry = (GaEntryGroupServiceEntry *) key; in _hash_to_string_list_foreach()
325 GaEntryGroupServiceEntry *ventry = (GaEntryGroupServiceEntry *) value; in _hash_to_string_list_foreach()
559 GaEntryGroupServiceEntry entry; in ga_entry_group_service_remove_key()