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

/bind-9.11.3/contrib/dlz/example/
H A Ddlz_example.c53 #define MAX_RECORDS 100 macro
59 struct record current[MAX_RECORDS];
60 struct record adds[MAX_RECORDS];
61 struct record deletes[MAX_RECORDS];
96 for (i = 0; i < MAX_RECORDS; i++) {
108 if (i == MAX_RECORDS && first_empty != -1) {
111 if (i == MAX_RECORDS) {
149 for (i = 0; i < MAX_RECORDS; i++) {
157 if (i == MAX_RECORDS) {
460 for (i = 0; i < MAX_RECORDS;
[all...]
/bind-9.11.3/bin/tests/system/dlzexternal/
H A Ddriver.c54 #define MAX_RECORDS 100 macro
62 struct record current[MAX_RECORDS];
63 struct record adds[MAX_RECORDS];
64 struct record deletes[MAX_RECORDS];
99 for (i = 0; i < MAX_RECORDS; i++) {
111 if (i == MAX_RECORDS && first_empty != -1) {
114 if (i == MAX_RECORDS) {
152 for (i = 0; i < MAX_RECORDS; i++) {
160 if (i == MAX_RECORDS) {
508 for (i = 0; i < MAX_RECORDS;
[all...]

Completed in 9 milliseconds