Searched refs:record (Results 1 - 10 of 10) sorted by relevance

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Dsdlz_helper.c95 * %zone%, or %record%, or %client%
111 char **record, char **client, query_list_t **querylist,
197 /* check if we encountered "$record$" token */
198 } else if (strcasecmp(tseg->sql, "record") == 0) {
200 * we don't really need, or want the "record"
204 /* set tseg->sql to in-direct record string */
205 tseg->sql = (char**) record;
217 /* set tseg->sql to in-direct record string */
229 * add checks later to verify zone and record are found if
243 /* if this query requires %record
110 build_querylist(isc_mem_t *mctx, const char *query_str, char **zone, char **record, char **client, query_list_t **querylist, unsigned int flags) argument
[all...]
H A Ddlz_mysql_driver.c123 * This function is the real core of the driver. Zone, record
133 mysql_get_resultset(const char *zone, const char *record, argument
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 !
[all...]
H A Ddlz_postgres_driver.c269 * This function is the real core of the driver. Zone, record
285 postgres_get_resultset(const char *zone, const char *record, argument
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 strin
[all...]
H A Ddlz_ldap_driver.c552 * This function is the real core of the driver. Zone, record
564 ldap_get_results(const char *zone, const char *record, argument
608 if (record != NULL) {
609 dbi->record = isc_mem_strdup(ns_g_mctx, record);
610 if (dbi->record == NULL) {
615 dbi->record = NULL;
849 if (dbi->record != NULL)
850 isc_mem_free(ns_g_mctx, dbi->record);
H A Ddlz_odbc_driver.c462 * This function is the real core of the driver. Zone, record
480 odbc_get_resultset(const char *zone, const char *record, argument
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 !
[all...]
/bind-9.6-ESV-R11/contrib/dlz/drivers/include/dlz/
H A Dsdlz_helper.h55 * special tokens are %zone%, %record%, %client%
81 char *record; member in struct:dbinstance
/bind-9.6-ESV-R11/bin/tests/system/
H A Dgenzone.sh71 ; see SOA record at top of file
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dnslint.c107 #define FLG_SELFMX 0x001 /* mx record refers to self */
108 #define FLG_MXREF 0x002 /* this record referred to by a mx record */
145 /* SOA record */
1101 "%s: %s/%s:%d bad \"soa\" record (%s)\n",
1111 /* Same name as last record */
1278 /* Find end of record type, converting to lowercase */
1320 /* Handle "a" record */
1329 "%s: %s/%s:%d bad \"a\" record ip addr \"%s\"\n",
1338 /* Handle "ptr" record */
1635 int record; member in struct:duprec
[all...]
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dconfigure1012 # Strip out --silent because we don't want to record it for future runs.
/bind-9.6-ESV-R11/contrib/zkt/
H A Dconfigure1411 # Strip out --silent because we don't want to record it for future runs.

Completed in 425 milliseconds