Searched refs:record_list (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/ |
D | record.py | 64 record_list = ','.join([c.__repr__() for c in self.changes]) 66 record_list = ','.join([record.__repr__() for record in self]) 68 record_list)
|
/external/avahi/avahi-core/ |
D | server.c | 110 …avahi_record_list_push(s->record_list, e->record, e->flags & AVAHI_PUBLISH_UNIQUE, unicast_respons… in avahi_server_prepare_response() 353 avahi_record_list_push(s->record_list, r, flush_cache, *unicast_response, 1); in append_aux_callback() 376 while ((r = avahi_record_list_next(s->record_list, NULL, NULL, NULL))) { in avahi_server_generate_response() 406 …while ((r = avahi_record_list_next(s->record_list, &flush_cache, &unicast_response, &auxiliary))) { in avahi_server_generate_response() 415 … if (flush_cache && !tc && !auxiliary && avahi_record_list_all_flush_cache(s->record_list)) in avahi_server_generate_response() 496 avahi_record_list_flush(s->record_list); in avahi_server_generate_response() 530 avahi_record_list_push(s->record_list, e->record, e->cache_flush, 0, 0); in reflect_cache_walk_callback() 580 assert(avahi_record_list_is_empty(s->record_list)); in handle_query_packet() 623 avahi_record_list_drop(s->record_list, record); in handle_query_packet() 649 if (!avahi_record_list_is_empty(s->record_list)) in handle_query_packet() [all …]
|
D | internal.h | 148 AvahiRecordList *record_list; member
|