Searched refs:database (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/database/
H A Dtests.sh34 $DIG $DIGOPTS soa database. @10.53.0.1 > dig.out.ns1.test$n || ret=1
50 $DIG $DIGOPTS soa database. @10.53.0.1 > dig.out.ns1.test$n || ret=1
/bind-9.6-ESV-R11/bin/tests/system/database/ns1/
H A Dnamed.conf144 zone "database" {
46 database "_builtin empty localhost. hostmaster.isc.org.";
H A Dnamed.conf244 zone "database" {
46 database "_builtin empty localhost. marka.isc.org.";
/bind-9.6-ESV-R11/contrib/sdb/pgsql/
H A Dpgsqldb.c41 * A simple database driver that interfaces to a PostgreSQL database. This
43 * connection to the database per zone, which is inefficient. It also may
55 char *database; member in struct:dbinfo
66 * Canonicalize a string before writing it to the database.
83 * Connect to the database.
87 dbi->conn = PQsetdbLogin(dbi->host, NULL, NULL, NULL, dbi->database,
109 * This database operates on absolute names.
173 * Issue an SQL query to return all nodes in the database and fill the
228 * Create a connection to the database an
[all...]
/bind-9.6-ESV-R11/bin/tests/system/dlz/ns1/
H A Dnamed.conf33 database "filesystem dns-root/ dns.d xfr.d 0 =";
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf223 database "somedb -option1 -option2 arg1 arg2 arg3";
527 * db all database operations
/bind-9.6-ESV-R11/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c60 * 3 Unable to open BDB database.
114 bulk_write(char type, DB *database, DBC *dbcursor, DBT *bdbkey, DBT *bdbdata);
128 * may be inserted into database by this program.
136 * BDB database names. If you want to use different
137 * database names change them here.
154 /* A struct to hold all the relevant info about the database */
158 DB *data; /* dns_data database handle */
159 DBC *cursor; /* database cursor */
163 DB *zone; /* zone database handle */
164 DB *host; /* host database handl
831 bulk_write(char type, DB *database, DBC *dbcursor, DBT *bdbkey, DBT *bdbdata) argument
[all...]

Completed in 15 milliseconds