Lines Matching defs:lookup
235 "(did lookup return invalid record data?)",
387 void *dbdata, dns_sdlzlookup_t *lookup)
391 void *dbdata, dns_sdlzlookup_t *lookup,
429 rrcount = call_method("lookup", G_ARRAY|G_EVAL);
430 carp("DLZ Perl: Call to lookup returned %i", rrcount);
436 cd->log(ISC_LOG_ERROR, "DLZ Perl: lookup died in eval: %s",
455 "DLZ Perl: lookup returned an "
469 "DLZ Perl: lookup for record %s in "
478 retval = cd->putrr(lookup, SvPV_nolen(*rr_type),
483 "DLZ Perl: putrr for lookup of %s in "
485 "(did lookup return invalid record data?)",
496 carp("DLZ Perl: Returning from lookup, r = %i, retval = %i", r, retval);
510 const char *methods[] = { "new", "findzone", "lookup", NULL };