Home
last modified time | relevance | path

Searched refs:ZALLOC_ARRAY_OR_DIE (Results 1 – 17 of 17) sorted by relevance

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dzalloc.h116 #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 Dnsec_collection.c102 ZALLOC_ARRAY_OR_DIE(AVL_NODE_TYPE*, node, (sizeof(AVL_NODE_TYPE)), NSECNODE_TAG); \
H A Dzdb_record.c675 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 Dnsec3_load.c143ZALLOC_ARRAY_OR_DIE(nsec3_context_record*, record, sizeof(nsec3_context_record) + 1 + digest_len +… in nsec3_load_context_record_new()
170ZALLOC_ARRAY_OR_DIE(nsec3_context_record*, record, sizeof(nsec3_context_record) + 1 + digest_len +… in nsec3_load_context_record_new_binary()
241ZALLOC_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 Dnsec3_collection.c117 ZALLOC_ARRAY_OR_DIE(AVL_NODE_TYPE*, node, (sizeof(AVL_NODE_TYPE)+(reference)[0]), N3NODE_TAG); \
H A Dnsec3_owner.c250ZALLOC_ARRAY_OR_DIE(zdb_rr_label**, owners.owners, sizeof(zdb_rr_label*) * 2, NSEC3_LABELPTRARRAY_… in nsec3_item_label_owner_add()
883ZALLOC_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 Dnsec-chain-replay.c78ZALLOC_ARRAY_OR_DIE(nsec_chain_replay_record*, record, sizeof(nsec_chain_replay_record) + fqdn_len… in nsec_chain_replay_record_new()
H A Dnsec3_zone.c391ZALLOC_ARRAY_OR_DIE(nsec3_zone*, n3, sizeof(nsec3_zone) + nsec3param_rdata_realsize, NSEC3_ZONE_TA… in nsec3_zone_new()
H A Dnsec3_item.c819ZALLOC_ARRAY_OR_DIE(u8*, nsec3_item->type_bit_maps, type_bit_maps_size, NSEC3_TYPEBITMAPS_TAG); in nsec3_zone_item_update_bitmap()
H A Dzdb_zone.c315 ZALLOC_ARRAY_OR_DIE(zdb_zone*, zone, zone_footprint, ZDB_ZONETAG); in zdb_zone_create()
H A Dnsec3-chain-replay.c96ZALLOC_ARRAY_OR_DIE(nsec3_chain_replay_record*, record, sizeof(nsec3_chain_replay_record) + fqdn_l… in nsec3_chain_replay_record_new()
H A Dzdb_rr_label.c286ZALLOC_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 Ddynupdate-diff.c1154 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 Dlogger_handle.c746 ZALLOC_ARRAY_OR_DIE(u8*, last_message->text.text, 1, LOGRTEXT_TAG); in logger_channel_alloc()
1505ZALLOC_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 Dmain.c82 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 Drrl.c448 ZALLOC_ARRAY_OR_DIE(rrl_item_s*, item, rrl_item_size_for_key(key), RRLITEM_TAG); in rrl_alloc()
H A Dzone-signature-policy.c2614 ZALLOC_ARRAY_OR_DIE(u8*, dd->salt, salt_length, DPOLSALT_TAG); in dnssec_policy_denial_create()