Searched refs:first_empty (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/dlz/example/
H A Ddlz_example.c94 int first_empty = -1; local
97 if (first_empty == -1 && strlen(list[i].name) == 0U) {
98 first_empty = i;
108 if (i == MAX_RECORDS && first_empty != -1) {
109 i = first_empty;
/bind-9.11.3/bin/tests/system/dlzexternal/
H A Ddriver.c97 int first_empty = -1; local
100 if (first_empty == -1 && strlen(list[i].name) == 0U) {
101 first_empty = i;
111 if (i == MAX_RECORDS && first_empty != -1) {
112 i = first_empty;

Completed in 13 milliseconds