Home | History | Annotate | Download | only in avahi-core

Lines Matching full:record

50     AvahiRecord *record;
335 t = avahi_hashmap_lookup(c->engine->cache_by_key, c->record->key);
338 avahi_hashmap_replace(c->engine->cache_by_key, avahi_key_ref(c->record->key), t);
340 avahi_hashmap_remove(c->engine->cache_by_key, c->record->key);
344 avahi_record_unref(c->record);
364 if (avahi_record_equal_no_ttl(r, c->record))
384 /* It's a CNAME record, so we have to scan the all lookups to see if one matches */
413 avahi_record_unref(c->record);
438 c->record = avahi_record_ref(r);
533 avahi_log_warn(__FILE__": Wide area response packet too short or invalid while reading response record. (Maybe a UTF-8 problem?)");
683 char *t = avahi_record_to_string(c->record);
699 callback(e, AVAHI_BROWSER_NEW, AVAHI_LOOKUP_RESULT_WIDE_AREA|AVAHI_LOOKUP_RESULT_CACHED, c->record, userdata);
706 callback(e, AVAHI_BROWSER_NEW, AVAHI_LOOKUP_RESULT_WIDE_AREA|AVAHI_LOOKUP_RESULT_CACHED, c->record, userdata);