Lines Matching defs:record
123 * This function is the real core of the driver. Zone, record
133 mysql_get_resultset(const char *zone, const char *record,
244 * was a record string passed? If so, make it safe for use in
247 if (record != NULL) {
248 dbi->record = mysqldrv_escape_string((MYSQL *) dbi->dbconn,
249 record);
250 if (dbi->record == NULL) {
255 dbi->record = NULL;
354 /* free dbi->record string */
355 if (dbi->record != NULL)
356 isc_mem_free(ns_g_mctx, dbi->record);
395 * default type of A record, and default TTL
743 /*% if zone is supported, lookup up a (or multiple) record(s) in it */