Lines Matching refs:record
269 * This function is the real core of the driver. Zone, record
285 postgres_get_resultset(const char *zone, const char *record,
427 * was a record string passed? If so, make it safe for use in
430 if (record != NULL) {
431 dbi->record = postgres_escape_string(record);
432 if (dbi->record == NULL) {
437 dbi->record = NULL;
445 "%d did record", dlz_thread_num);
600 /* free dbi->record string */
601 if (dbi->record != NULL)
602 isc_mem_free(ns_g_mctx, dbi->record);
663 * default type of A record, and default TTL
1016 /*% if zone is supported, lookup up a (or multiple) record(s) in it */