Lines Matching defs:record
453 * This function is the real core of the driver. Zone, record
471 odbc_get_resultset(const char *zone, const char *record,
584 * was a record string passed? If so, make it safe for use in
587 if (record != NULL) {
588 dbi->record = odbc_escape_string(record);
589 if (dbi->record == NULL) {
594 dbi->record = NULL;
693 /* free dbi->record string */
694 if (dbi->record != NULL)
695 isc_mem_free(ns_g_mctx, dbi->record);
856 * default type of A record, and default TTL
1212 /*% if zone is supported, lookup up a (or multiple) record(s) in it */