Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/iterator/
H A Diterator.c151 iq->target_count = NULL; in iter_new()
740 if(!iq->target_count) { in target_count_create()
741 iq->target_count = (int*)calloc(TARGET_COUNT_MAX, sizeof(int)); in target_count_create()
743 if(iq->target_count) { in target_count_create()
744 iq->target_count[TARGET_COUNT_REF] = 1; in target_count_create()
748 iq->target_count[TARGET_COUNT_GLOBAL_QUOTA]) in target_count_create()
749 iq->target_count[TARGET_COUNT_GLOBAL_QUOTA] = in target_count_create()
758 if(iq->target_count) { in target_count_store()
763 if(iq->target_count[TARGET_COUNT_GLOBAL_QUOTA] > in target_count_store()
766 iq->target_count[TARGET_COUNT_GLOBAL_QUOTA]; in target_count_store()
[all …]
H A Diterator.h368 int* target_count; member