Home
last modified time | relevance | path

Searched refs:resource_record_set (Results 1 – 25 of 38) sorted by relevance

12

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/include/dnsdb/
H A Dzdb_rr_label.h255 zdb_packed_ttlrdata* rrset = zdb_record_find(&rr_label->resource_record_set, type); in zdb_rr_label_get_rrset()
291 …tionary_notempty(&(rr_label_)->sub))||(btree_notempty((rr_label_)->resource_record_set))||(rr_labe…
294 …r_label_has_records(const zdb_rr_label *label) {return btree_notempty(label->resource_record_set);} in zdb_rr_label_has_records()
296 …label_has_no_records(const zdb_rr_label *label) {return btree_isempty(label->resource_record_set);} in zdb_rr_label_has_no_records()
321 …bel_)((dictionary_notempty(&(rr_label_)->sub))||(btree_notempty((rr_label_)->resource_record_set)))
322 …bel_)((dictionary_notempty(&(rr_label_)->sub))&&(btree_notempty((rr_label_)->resource_record_set)))
325 …ictionary_isempty(&(rr_label_)->sub))&&(btree_isempty((rr_label_)->resource_record_set))&&(rr_labe…
326 …abel_) ((dictionary_isempty(&(rr_label_)->sub))&&(btree_isempty((rr_label_)->resource_record_set)))
331 …el_) (dictionary_notempty(&(rr_label_)->sub)||(btree_notempty((rr_label_)->resource_record_set)))
334 …_label_) (dictionary_isempty(&(rr_label_)->sub)&&(btree_isempty((rr_label_)->resource_record_set)))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Droute53.py596 resource_record_set = scrub_none_parameters({
608 resource_record_set['AliasTarget'] = dict(
613 if 'ResourceRecords' in resource_record_set:
614 del resource_record_set['ResourceRecords']
615 if 'TTL' in resource_record_set:
616 del resource_record_set['TTL']
620resource_record_set['ResourceRecords'] = sorted(resource_record_set['ResourceRecords'], key=itemge…
624 if command_in == 'create' and aws_record == resource_record_set:
625 rr_sets = [camel_dict_to_snake_dict(resource_record_set)]
659 ResourceRecordSet=resource_record_set
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/dns/record_sets/
H A Dupdate.py69 resource_record_set = rrsets_util.CreateRecordSetFromArgs(args, api_version)
75 name=util.AppendTrailingDot(resource_record_set.name),
76 type=resource_record_set.type,
77 resourceRecordSet=resource_record_set))
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/src/
H A Drrsig.c101 zdb_packed_ttlrdata* rrsig = zdb_record_find(&label->resource_record_set, TYPE_RRSIG); in rrsig_find_first()
151 …zdb_packed_ttlrdata** rrsigp = zdb_record_findp(&label->resource_record_set, TYPE_RRSIG); // point… in rrsig_delete_covering()
194 …zdb_packed_ttlrdata** first = (zdb_packed_ttlrdata**)btree_findp(&label->resource_record_set, TYPE… in rrsig_delete()
211 zdb_record_delete(&label->resource_record_set, TYPE_RRSIG); in rrsig_delete()
243 …ttlrdata** first = (zdb_packed_ttlrdata**)btree_findp(&zone->apex->resource_record_set, TYPE_RRSIG… in rrsig_delete_by_tag()
260 zdb_record_delete(&zone->apex->resource_record_set, TYPE_RRSIG); in rrsig_delete_by_tag()
H A Dzdb_query_ex.c598 zdb_rr_collection* apex_records = &zone->apex->resource_record_set; in zdb_query_ex_answer_append_soa()
649 zdb_rr_collection *apex_records = &zone->apex->resource_record_set; in zdb_query_ex_answer_append_soa_rrsig()
708 zdb_rr_collection* apex_records = &zone->apex->resource_record_set; in zdb_query_ex_answer_append_soa_nttl()
764 zdb_rr_collection *apex_records = &zone->apex->resource_record_set; in zdb_query_ex_answer_append_soa_rrsig_nttl()
833 zdb_rr_collection *apex_records = &zone->apex->resource_record_set;
943 zdb_packed_ttlrdata* a = zdb_record_find(&rr_label->resource_record_set, TYPE_A); in zdb_query_ex_answer_append_ips()
960 zdb_packed_ttlrdata* aaaa = zdb_record_find(&rr_label->resource_record_set, TYPE_AAAA); in zdb_query_ex_answer_append_ips()
2434 if((answer = zdb_record_find(&rr_label->resource_record_set, type)) != NULL) in zdb_query_from_cname()
2711 btree_iterator_init(rr_label->resource_record_set, &iter); in zdb_query_from_cname()
4034 btree_iterator_init(rr_label->resource_record_set, &iter); in zdb_query_and_update()
[all …]
H A Dzdb_rr_label.c176 …zdb_record_destroy(&(label)->resource_record_set); /// @note not an edition, use only for cleanup/… in zdb_rr_label_free()
297 btree_init(&rr_label->resource_record_set); in zdb_rr_label_new_instance()
756 if(rr_label->resource_record_set == NULL) in zdb_rr_label_delete_record_process_callback()
780 if(ISOK(err = zdb_record_delete(&rr_label->resource_record_set, args->type))) /* FB done */ in zdb_rr_label_delete_record_process_callback()
889 … if(ISOK(zdb_record_delete(&apex->resource_record_set, type))) /* FB done, APEX : no delegation */ in zdb_rr_label_delete_record()
987 if(rr_label->resource_record_set == NULL) in zdb_rr_label_delete_record_and_empty_terminal_process_callback()
1011 if(ISOK(err = zdb_record_delete(&rr_label->resource_record_set, args->type))) /* FB done */ in zdb_rr_label_delete_record_and_empty_terminal_process_callback()
1107 … if(ISOK(zdb_record_delete(&apex->resource_record_set, type))) /* FB done, APEX : no delegation */ in zdb_rr_label_delete_record_and_empty_terminal()
1222 if(rr_label->resource_record_set == NULL) in zdb_rr_label_delete_record_exact_process_callback()
1435 const zdb_rr_collection collection = rr_label->resource_record_set; in zdb_rr_label_bitmap_type_init()
[all …]
H A Dnsec.c240 if(zdb_rr_label_is_glue(label) || (label->resource_record_set == NULL)) in nsec_update_zone()
245 if(zdb_record_find(&label->resource_record_set, TYPE_NSEC) != NULL) // zone is locked in nsec_update_zone()
319 …if((nsec_record = zdb_record_find(&label->resource_record_set, TYPE_NSEC)) != NULL) // zone is loc… in nsec_update_zone()
411 zdb_record_delete(&label->resource_record_set, TYPE_NSEC); in nsec_update_zone()
440 zdb_record_insert(&label->resource_record_set, TYPE_NSEC, nsec_record); in nsec_update_zone()
541 …if((nsec_record = zdb_record_find(&label->resource_record_set, TYPE_NSEC)) != NULL) // zone is loc… in nsec_update_label_record()
590 zdb_record_delete(&label->resource_record_set, TYPE_NSEC); in nsec_update_label_record()
620 zdb_record_insert(&label->resource_record_set, TYPE_NSEC, nsec_record); in nsec_update_label_record()
913 …zdb_packed_ttlrdata *rrset = zdb_record_find(&zone->apex->resource_record_set, TYPE_NSECCHAINSTATE… in nsec_zone_get_status()
H A Dzdb_zone.c172 …if(!zdb_record_insert_checked_keep_ttl(&rr_label->resource_record_set, type, ttlrdata)) /* FB done… in zdb_zone_record_add()
240 if(!zdb_record_insert_checked(&rr_label->resource_record_set, type, ttlrdata)) /* FB done */ in zdb_zone_record_add()
269 return zdb_record_find(&rr_label->resource_record_set, type); in zdb_zone_record_find()
719 …const zdb_packed_ttlrdata *soa = zdb_record_find(&apex->resource_record_set, TYPE_SOA); // zone is… in zdb_zone_getsoa()
751 …const zdb_packed_ttlrdata *soa = zdb_record_find(&apex->resource_record_set, TYPE_SOA); // zone is… in zdb_zone_getsoa_ttl_rdata()
800 …zdb_packed_ttlrdata *soa = zdb_record_find(&apex->resource_record_set, TYPE_SOA); // zone is locked in zdb_zone_getserial()
813 return zdb_record_find(&zone->apex->resource_record_set, TYPE_DNSKEY); // zone is locked in zdb_zone_get_dnskey_rrset()
875 …const zdb_packed_ttlrdata *rrsig_rrset = zdb_record_find(&zone->apex->resource_record_set, TYPE_RR… in zdb_zone_apex_contains_rrsig_record_by_key()
918 …if(zdb_record_insert_checked(&zone->apex->resource_record_set, TYPE_DNSKEY, dnskey_record)) /* FB … in zdb_zone_add_dnskey_from_key()
955 …if(zdb_record_delete_self_exact(&zone->apex->resource_record_set, TYPE_DNSKEY, &unpacked_dnskey_re… in zdb_zone_remove_dnskey_from_key()
[all …]
H A Dzdb_zone_write_unbound.c119 soa_ttlrdata = zdb_record_find(&label->resource_record_set, TYPE_SOA); in zdb_zone_write_unbound()
135 btree_iterator_init(label->resource_record_set, &records_iter); in zdb_zone_write_unbound()
176 if(zdb_record_find(&zone->apex->resource_record_set, TYPE_NSEC3PARAM) != NULL) in zdb_zone_write_unbound()
H A Dnsec_common.c76 bool has_records = !zdb_record_isempty(&label->resource_record_set); in nsec_type_bit_maps_initialise_from_label()
87 btree_iterator_init(label->resource_record_set, &types_iter); in nsec_type_bit_maps_initialise_from_label()
H A Dzdb_sanitize.c229 …ta* delegation_ns_record_list_head = zdb_record_find(&(*delegation)->resource_record_set, TYPE_NS); in zdb_sanitize_rr_set_useless_glue()
258 … zdb_packed_ttlrdata* ip_record_list = zdb_record_find(&label->resource_record_set, ip_types[i]); in zdb_sanitize_rr_set_useless_glue()
305 btree_iterator_init(label->resource_record_set, &iter); in zdb_sanitize_rr_set_ext()
334 …zdb_packed_ttlrdata *rrsig_ctype_rrset = zdb_record_find(&label->resource_record_set, rrsig_ctype); in zdb_sanitize_rr_set_ext()
401 … zdb_packed_ttlrdata* dnskey_record_list = zdb_record_find(&label->resource_record_set, TYPE_DNSKE… in zdb_sanitize_rr_set_ext()
416 …t zdb_packed_ttlrdata* rrsig_record_list = zdb_record_find(&label->resource_record_set, TYPE_RRSIG… in zdb_sanitize_rr_set_ext()
797 ns_record_list = zdb_record_find(&label->resource_record_set, TYPE_NS); in zdb_sanitize_rr_set_ext()
854 ns_record_list = zdb_record_find(&label->resource_record_set, TYPE_NS); in zdb_sanitize_rr_set_ext()
1266 btree_iterator_init(label->resource_record_set, &iter); in zdb_sanitize_zone_rrset_flags_records()
H A Dzdb.c453 …zdb_packed_ttlrdata* a = zdb_record_find(&rr_label->resource_record_set, TYPE_A); // zone is locked in zdb_query_ip_records()
454 …zdb_packed_ttlrdata* aaaa = zdb_record_find(&rr_label->resource_record_set, TYPE_AAAA); // zone is… in zdb_query_ip_records()
538 rrset = zdb_record_find(&rr_label->resource_record_set, TYPE_A); // zone is locked in zdb_append_ip_records()
546 … rrset = zdb_record_find(&rr_label->resource_record_set, TYPE_AAAA); // zone is locked in zdb_append_ip_records()
H A Ddynupdate_check_prerequisites.c203 if(zdb_record_find(&label->resource_record_set, rtype) == NULL) in dynupdate_check_prerequisites()
232 if(zdb_record_find(&label->resource_record_set, rtype) != NULL) in dynupdate_check_prerequisites()
331 rr_sll = zdb_record_find(&label->resource_record_set, last_type); in dynupdate_check_prerequisites()
H A Dzdb-zone-maintenance-nsec.c84 … zdb_packed_ttlrdata *nsec_rrset = zdb_record_find(&mctx->label->resource_record_set, TYPE_NSEC); in zdb_zone_maintenance_nsec()
96 … zdb_packed_ttlrdata *nsec_rrset = zdb_record_find(&mctx->label->resource_record_set, TYPE_NSEC); in zdb_zone_maintenance_nsec()
H A Dnsec3-forall-label.c67 nsec3_covered |= zdb_record_find(&label->resource_record_set, TYPE_DS) != NULL; in nsec3_forall_label_recursive()
77 nsec3_covered = !zdb_record_isempty(&label->resource_record_set); in nsec3_forall_label_recursive()
H A Dzdb_zone_write_text.c306 … zdb_packed_ttlrdata* soa_ttlrdata = zdb_record_find(&zone->apex->resource_record_set, TYPE_SOA); in zdb_zone_write_text_ex()
414 zdb_packed_ttlrdata* soa_ttlrdata = zdb_record_find(&label->resource_record_set, TYPE_SOA); in zdb_zone_write_text_ex()
460 btree_iterator_init(label->resource_record_set, &records_iter); in zdb_zone_write_text_ex()
542 if(btree_isempty(label->resource_record_set)) in zdb_zone_write_text_ex()
H A Ddynupdate-diff-nsec.c205 …node->self->label != NULL) && (zdb_record_find(&node->self->label->resource_record_set, TYPE_NSEC)… in dnssec_chain_node_nsec_has_bits_map()
370 … const zdb_packed_ttlrdata* nsec_sll = zdb_record_find(&label->resource_record_set, TYPE_NSEC); in dnssec_chain_node_nsec_publish_record()
404 … zdb_packed_ttlrdata* rrsig_sll = zdb_record_find(&label->resource_record_set, TYPE_RRSIG); in dnssec_chain_node_nsec_publish_record()
H A Dzdb_zone_store_axfr.c127 zdb_packed_ttlrdata* soa = zdb_record_find(&zone->apex->resource_record_set, TYPE_SOA); in zdb_zone_store_axfr()
157 btree_iterator_init(label->resource_record_set, &type_iter); in zdb_zone_store_axfr()
H A Dzdb_icmtl.c353 if(FAIL(ret = zdb_record_delete(&zone->apex->resource_record_set, TYPE_SOA))) in zdb_icmtl_replay_commit_ex()
412 if(btree_notempty(above->resource_record_set)) in zdb_icmtl_replay_commit_ex()
456 …if(FAIL(ret = zdb_record_delete_exact(&zone->apex->resource_record_set, TYPE_SOA, &ttlrdata))) /* … in zdb_icmtl_replay_commit_ex()
615 if(btree_notempty(above->resource_record_set)) in zdb_icmtl_replay_commit_ex()
H A Dzdb-zone-image.c288 if(FAIL(ret = zdb_zone_image_store_record_sets(os, sub_label->resource_record_set))) in zdb_zone_image_store_label_children_recursively()
332 zdb_packed_ttlrdata* soa = zdb_record_find(&zone->apex->resource_record_set, TYPE_SOA); in zdb_zone_image_store()
384 zdb_zone_image_store_record_sets_but_SOA(&os, zone->apex->resource_record_set); in zdb_zone_image_store()
/dports/dns/yadifa/yadifa-2.5.3-10333/bin/yadifa/module/
H A Dzonesign.c865 zdb_record_delete(&label->resource_record_set, TYPE_RRSIG); in zonesign_update_signatures()
877resource_record_set) && (!delegation || (delegation && ((zdb_record_find(&label->resource_record_s… in zonesign_update_signatures()
881 if(zdb_record_find(&label->resource_record_set, TYPE_RRSIG) == NULL) in zonesign_update_signatures()
886 btree_iterator_init(label->resource_record_set, &type_iter); in zonesign_update_signatures()
1015 zdb_record_delete(&label->resource_record_set, TYPE_RRSIG); in zonesign_update_signatures()
1312 … if(zdb_record_insert_checked(&zone->apex->resource_record_set, TYPE_DNSKEY, dnskey)) in zonesign_run()
1398 … zdb_packed_ttlrdata *rrsig = zdb_record_find(&zone->apex->resource_record_set, TYPE_RRSIG); in zonesign_run()
1446 zdb_packed_ttlrdata *soa = zdb_record_find(&zone->apex->resource_record_set, TYPE_SOA); in zonesign_run()
1451 zonesign_remove_signatures_covering_type(&zone->apex->resource_record_set, TYPE_SOA); in zonesign_run()
1553 zdb_record_delete(&zone->apex->resource_record_set, TYPE_NSEC3PARAM); in zonesign_run()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/dns/response_policies/rules/
H A Dcreate.py93 resource_record_set = messages.ResourceRecordSet(
98 rrsets.append(resource_record_set)
H A Dupdate.py101 resource_record_set = messages.ResourceRecordSet(
106 rrsets.append(resource_record_set)
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/gcp_dns_resource_record_set/tasks/
H A Dmain.yml58 - name: verify that resource_record_set was created
109 - name: verify that resource_record_set was deleted
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/google/cloud/tests/integration/targets/gcp_dns_resource_record_set/tasks/
H A Dautogen.yml58 - name: verify that resource_record_set was created
109 - name: verify that resource_record_set was deleted

12