Searched refs:GaEntryGroupServiceEntry (Results 1 - 1 of 1) sorted by relevance

/external/avahi/avahi-gobject/
H A Dga-entry-group.c71 typedef struct _GaEntryGroupServiceEntry GaEntryGroupServiceEntry; typedef in typeref:struct:_GaEntryGroupServiceEntry
232 const GaEntryGroupServiceEntry *entry =
233 (const GaEntryGroupServiceEntry *) v;
245 const GaEntryGroupServiceEntry *aentry =
246 (const GaEntryGroupServiceEntry *) a;
247 const GaEntryGroupServiceEntry *bentry =
248 (const GaEntryGroupServiceEntry *) b;
257 static GaEntryGroupServiceEntry *_new_entry(const guint8 * value, gsize size) {
258 GaEntryGroupServiceEntry *entry;
264 entry = g_slice_new(GaEntryGroupServiceEntry);
[all...]

Completed in 77 milliseconds