Searched defs:rrcount (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/dlz/modules/perl/
H A Ddlz_perl_driver.c151 int rrcount, r; local
172 rrcount = call_method("allnodes", G_ARRAY|G_EVAL);
173 carp("DLZ Perl: Call to allnodes returned rrcount of %i", rrcount);
184 if (!rrcount) {
191 while (r++ < rrcount) {
398 int rrcount, r; local
429 rrcount = call_method("lookup", G_ARRAY|G_EVAL);
430 carp("DLZ Perl: Call to lookup returned %i", rrcount);
442 if (!rrcount) {
[all...]

Completed in 23 milliseconds