HomeSort by: relevance | last modified time | path
    Searched refs:found_other_edns (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/unbound/dist/testcode/
unitmain.c 1051 int* found_ede_other, int* found_ede_txt, int* found_other_edns)
1063 (*found_other_edns)++;
1074 int found_other_edns = 0; local
1081 &found_ede_txt, &found_other_edns);
1085 unit_assert(found_other_edns == 2);
1097 int found_other_edns = 0; local
1112 &found_ede_txt, &found_other_edns);
1116 unit_assert(found_other_edns == 2);
1128 int found_other_edns = 0; local
1142 &found_ede_txt, &found_other_edns);
    [all...]

Completed in 17 milliseconds