Searched defs:database (Results 1 - 2 of 2) sorted by relevance

/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/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 27 milliseconds