/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/ |
H A D | zalloc.h | 116 #define ZALLOC_ARRAY_OR_DIE(cast_,label_,size_,tag_) MALLOC_OR_DIE(cast_,label_,size_,tag_);assert(… macro 310 #define ZALLOC_ARRAY_OR_DIE(cast__,label__,size__,tag__) if((label__ = (cast__)zalloc((size__),(tag… 317 #define ZALLOC_ARRAY_OR_DIE(cast,label,size_,tag) if((label = (cast)zalloc(size_)) == NULL) {DIE(ZA… 354 ZALLOC_ARRAY_OR_DIE(type_*,__tmp__,sizeof(type_)*zalloc_new_count, ZALLOC_ARRAY_RESIZE_TAG); \
|
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/src/ |
H A D | nsec_collection.c | 102 ZALLOC_ARRAY_OR_DIE(AVL_NODE_TYPE*, node, (sizeof(AVL_NODE_TYPE)), NSECNODE_TAG); \
|
H A D | zdb_record.c | 675 ZALLOC_ARRAY_OR_DIE(zdb_ttlrdata*, rec, size, TTLRDATA_TAG); in zdb_ttlrdata_clone() 695 ZALLOC_ARRAY_OR_DIE(zdb_ttlrdata*, rec, size, TTLRDATA_TAG); in zdb_ttlrdata_clone_resized()
|
H A D | nsec3_load.c | 143 …ZALLOC_ARRAY_OR_DIE(nsec3_context_record*, record, sizeof(nsec3_context_record) + 1 + digest_len +… in nsec3_load_context_record_new() 170 …ZALLOC_ARRAY_OR_DIE(nsec3_context_record*, record, sizeof(nsec3_context_record) + 1 + digest_len +… in nsec3_load_context_record_new_binary() 241 …ZALLOC_ARRAY_OR_DIE(nsec3_load_context_chain*, chain, sizeof(nsec3_load_context_chain) + nsec3para… in nsec3_load_context_chain_new() 498 ZALLOC_ARRAY_OR_DIE(u8*, key, digest_len + 1, N3LKEYDG_TAG); in nsec3_load_add_rrsig()
|
H A D | nsec3_collection.c | 117 ZALLOC_ARRAY_OR_DIE(AVL_NODE_TYPE*, node, (sizeof(AVL_NODE_TYPE)+(reference)[0]), N3NODE_TAG); \
|
H A D | nsec3_owner.c | 250 …ZALLOC_ARRAY_OR_DIE(zdb_rr_label**, owners.owners, sizeof(zdb_rr_label*) * 2, NSEC3_LABELPTRARRAY_… in nsec3_item_label_owner_add() 883 …ZALLOC_ARRAY_OR_DIE(zdb_rr_label**, owners.owners, sizeof(zdb_rr_label*) * total, NSEC3_LABELPTRAR… in nsec3_item_move_all_star_to_nsec3_item()
|
H A D | nsec-chain-replay.c | 78 …ZALLOC_ARRAY_OR_DIE(nsec_chain_replay_record*, record, sizeof(nsec_chain_replay_record) + fqdn_len… in nsec_chain_replay_record_new()
|
H A D | nsec3_zone.c | 391 …ZALLOC_ARRAY_OR_DIE(nsec3_zone*, n3, sizeof(nsec3_zone) + nsec3param_rdata_realsize, NSEC3_ZONE_TA… in nsec3_zone_new()
|
H A D | nsec3_item.c | 819 … ZALLOC_ARRAY_OR_DIE(u8*, nsec3_item->type_bit_maps, type_bit_maps_size, NSEC3_TYPEBITMAPS_TAG); in nsec3_zone_item_update_bitmap()
|
H A D | zdb_zone.c | 315 ZALLOC_ARRAY_OR_DIE(zdb_zone*, zone, zone_footprint, ZDB_ZONETAG); in zdb_zone_create()
|
H A D | nsec3-chain-replay.c | 96 …ZALLOC_ARRAY_OR_DIE(nsec3_chain_replay_record*, record, sizeof(nsec3_chain_replay_record) + fqdn_l… in nsec3_chain_replay_record_new()
|
H A D | zdb_rr_label.c | 286 …ZALLOC_ARRAY_OR_DIE(zdb_rr_label*, rr_label, sizeof(zdb_rr_label) - 1 + len + pad, ZDB_RRLABEL_TAG… in zdb_rr_label_new_instance()
|
H A D | dynupdate-diff.c | 1154 ZALLOC_ARRAY_OR_DIE(u8*, rr->rdata, rdata_size, ZDFFLBRR_TAG); in zone_diff_label_rr_new() 1188 ZALLOC_ARRAY_OR_DIE(u8*, rr->rdata, rdata_size, ZDFFLBRR_TAG); in zone_diff_label_rr_new_nordata()
|
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/ |
H A D | logger_handle.c | 746 ZALLOC_ARRAY_OR_DIE(u8*, last_message->text.text, 1, LOGRTEXT_TAG); in logger_channel_alloc() 1505 …ZALLOC_ARRAY_OR_DIE(u8*, logger_message_text->text, logger_message_text->text_buffer_length, BYTE_… in logger_server_dispatcher_client_thread() 4469 ZALLOC_ARRAY_OR_DIE(u8*, message->text. text, text_len, LOGRTEXT_TAG); in logger_handle_msg_text() 4572 ZALLOC_ARRAY_OR_DIE(u8*, message->text.text, text_len, LOGRTEXT_TAG); in logger_handle_msg_text_ext() 4851 ZALLOC_ARRAY_OR_DIE(u8*, message->text.text, text_len, LOGRTEXT_TAG); in logger_handle_try_msg_text()
|
/dports/dns/yadifa/yadifa-2.5.3-10333/test/threaded-queue/ |
H A D | main.c | 82 ZALLOC_ARRAY_OR_DIE(msg*,m, msg_buffer_size,0); in msg_alloc()
|
/dports/dns/yadifa/yadifa-2.5.3-10333/sbin/yadifad/ |
H A D | rrl.c | 448 ZALLOC_ARRAY_OR_DIE(rrl_item_s*, item, rrl_item_size_for_key(key), RRLITEM_TAG); in rrl_alloc()
|
H A D | zone-signature-policy.c | 2614 ZALLOC_ARRAY_OR_DIE(u8*, dd->salt, salt_length, DPOLSALT_TAG); in dnssec_policy_denial_create()
|