new_records 309 source3/libaddns/dnsrecord.c struct dns_rrec **new_records; new_records 311 source3/libaddns/dnsrecord.c if (!(new_records = TALLOC_REALLOC_ARRAY(mem_ctx, *records, new_records 317 source3/libaddns/dnsrecord.c new_records[*num_records] = talloc_move(new_records, &rec); new_records 320 source3/libaddns/dnsrecord.c *records = new_records;