Lines Matching defs:lookup
373 "No query specified for lookup. "
632 * The processing of result sets for lookup and authority are
638 postgres_process_rs(dns_sdlzlookup_t *lookup, PGresult *rs)
660 result = dns_sdlz_putrr(lookup, "a", 86400,
667 result = dns_sdlz_putrr(lookup, PQgetvalue(rs, i, 0),
683 result = dns_sdlz_putrr(lookup, PQgetvalue(rs, i, 1),
731 result = dns_sdlz_putrr(lookup, PQgetvalue(rs, i, 1),
978 * if the lookup function does not return SOA or NS records for the zone,
984 dns_sdlzlookup_t *lookup)
1008 * lookup and authority result sets are processed in the same
1012 return postgres_process_rs(lookup, rs);
1015 /*% if zone is supported, lookup up a (or multiple) record(s) in it */
1018 void *dbdata, dns_sdlzlookup_t *lookup,
1037 "return result set for lookup query");
1041 * lookup and authority result sets are processed in the same
1044 return postgres_process_rs(lookup, rs);