Home
last modified time | relevance | path

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

/dports/dns/gdnsd2/gdnsd-2.4.3/src/
H A Dzsrc_rfc1035.c419 current_zft = xcalloc(1, sizeof(*current_zft)); in process_zonefile()
420 current_zft->full_fn = full_fn; in process_zonefile()
421 current_zft->fn = fn; in process_zonefile()
423 zfhash_add(current_zft); in process_zonefile()
428 dmn_assert(!current_zft || !strcmp(current_zft->full_fn, full_fn)); in process_zonefile()
435 if(!current_zft) in process_zonefile()
441 current_zft->generation = generation; in process_zonefile()
445 memcpy(&current_zft->pending, &newstat, sizeof(current_zft->pending)); in process_zonefile()
456 memcpy(&current_zft->pending, &newstat, sizeof(current_zft->pending)); in process_zonefile()
457 current_zft->pending_event = xmalloc(sizeof(*current_zft->pending_event)); in process_zonefile()
[all …]