Lines Matching refs:record
462 * This function is the real core of the driver. Zone, record
480 odbc_get_resultset(const char *zone, const char *record,
593 * was a record string passed? If so, make it safe for use in
596 if (record != NULL) {
597 dbi->record = odbc_escape_string(record);
598 if (dbi->record == NULL) {
603 dbi->record = NULL;
702 /* free dbi->record string */
703 if (dbi->record != NULL)
704 isc_mem_free(ns_g_mctx, dbi->record);
865 * default type of A record, and default TTL
1218 /*% if zone is supported, lookup up a (or multiple) record(s) in it */