| /src/external/mpl/bind/dist/bin/check/ |
| check-tool.c | 71 static const char *dbtype[] = { ZONEDB_DEFAULT }; variable 603 dns_zone_setdbtype(zone, 1, (const char *const *)dbtype);
|
| /src/tests/lib/libc/db/ |
| h_db.c | 65 static DBTYPE dbtype(const char *); 76 static void *setinfo(DBTYPE, char *); 89 static DBTYPE type; /* Database type. */ 146 type = dbtype(*argv++); 599 static DBTYPE 600 dbtype(const char *s) function 613 setinfo(DBTYPE dtype, char *s)
|
| /src/usr.bin/db/ |
| db.c | 99 DBTYPE dbtype; member in struct:__anon8233 296 oi.dbtype = DB_BTREE; 306 oi.dbtype = DB_HASH; 320 db = dbopen(oi.file, oi.dbflags, oi.mode, oi.dbtype, oi.info); 348 else if (DB_BTREE == oi.dbtype) 350 else if (DB_HASH == oi.dbtype) 353 errx(5, "internal error: unsupported dbtype %d", 354 oi.dbtype);
|
| /src/crypto/external/bsd/heimdal/dist/lib/base/ |
| db.c | 127 heim_string_t dbtype; member in struct:heim_db_data 166 * @param dbtype Name of DB type 167 * @param data Private data argument to the dbtype's openf method 187 heim_db_register(const char *dbtype, 210 s = heim_string_create(dbtype); 256 heim_release(db->dbtype); 278 dbtype_iter2create_f(heim_object_t dbtype, heim_object_t junk, void *arg) 284 iter_ctx->db = heim_db_create(heim_string_get_utf8(dbtype), 290 * Open a database of the given dbtype. 307 * @param dbtype Name of DB typ [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| client.c | 371 const char *dbtype; local 399 dbtype = "rbt"; 401 dbtype = "ecdb"; 403 result = dns_db_create(mctx, dbtype, dns_rootname, dns_dbtype_cache,
|
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 3797 const char *dbtype[4] = { "_builtin", NULL, "@", "." }; local 3811 dbtype[1] = type; 3813 dbtype[2] = server; 3816 dbtype[3] = contact; 3820 result = check_dbtype(pzone, dbtypec, dbtype, view->mctx); 3836 dns_zone_setdbtype(zone, dbtypec, dbtype);
|