Lines Matching defs:record
114 * This function is the real core of the driver. Zone, record
124 mysql_get_resultset(const char *zone, const char *record,
235 * was a record string passed? If so, make it safe for use in
238 if (record != NULL) {
239 dbi->record = mysqldrv_escape_string((MYSQL *) dbi->dbconn,
240 record);
241 if (dbi->record == NULL) {
246 dbi->record = NULL;
345 /* free dbi->record string */
346 if (dbi->record != NULL)
347 isc_mem_free(ns_g_mctx, dbi->record);
386 * default type of A record, and default TTL
737 /*% if zone is supported, lookup up a (or multiple) record(s) in it */