| /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...] |
| test_base.c | 491 dict_db_open(void *plug, const char *dbtype, const char *dbname, 499 if (dbtype && *dbtype && strcmp(dbtype, "dictdb")) 670 test_db(const char *dbtype, const char *dbname) 676 if (dbtype == NULL) { 697 db = heim_db_create(dbtype, dbname, options, NULL); 796 if (dbtype != NULL) { 813 db2 = heim_db_create(dbtype, dbname, NULL, NULL);
|
| heimbase.h | 330 int heim_db_register(const char *dbtype, 334 heim_db_t heim_db_create(const char *dbtype, const char *dbname,
|
| bsearch.c | 805 stdb_open(void *plug, const char *dbtype, const char *dbname,
|
| /src/external/mpl/bind/dist/bin/tests/system/ |
| ans.pl | 175 my($dbtype, $key_name, $key_data) = split(/ /,$pattern); 176 print "[handleUDP] $dbtype, $key_name, $key_data\n"; 177 if ("$qname $qtype" =~ /$dbtype/) { 394 my($dbtype, $key_name, $key_data, $tname) = split(/ /,$pattern); 395 print "[handleTCP] $dbtype, $key_name, $key_data, $tname \n"; 396 if ("$qname $qtype" =~ /$dbtype/) {
|
| /src/external/mpl/bind/dist/tests/include/tests/ |
| dns.h | 91 dns_test_loaddb(dns_db_t **db, dns_dbtype_t dbtype, const char *origin,
|
| ns.h | 86 ns_test_loaddb(dns_db_t **db, dns_dbtype_t dbtype, const char *origin,
|
| /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/distrib/sets/ |
| regpkg | 403 # init_db_opts() sets the dbfile, dbtype and db_opts variables, 409 dbtype="btree" 687 init_db_opts # sets dbfile, dbtype, and db_opts 709 | ${DB} -w ${db_opts} -F "${tab}" -f - "${dbtype}" "${dbfile}" 923 init_db_opts # sets dbfile, dbtype, and db_opts 925 ${DB} ${db_opts} -O "${tab}" "${dbtype}" "${dbfile}" \ 928 ${DB} -d ${db_opts} -f "${dblist}" "${dbtype}" "${dbfile}"
|
| /src/external/mpl/bind/dist/tests/libtest/ |
| dns.c | 214 dns_test_loaddb(dns_db_t **db, dns_dbtype_t dbtype, const char *origin, 219 const char *dbimp = (dbtype == dns_dbtype_zone) ? ZONEDB_DEFAULT 229 result = dns_db_create(mctx, dbimp, name, dbtype, dns_rdataclass_in, 0,
|
| ns.c | 525 ns_test_loaddb(dns_db_t **db, dns_dbtype_t dbtype, const char *origin, 530 const char *dbimp = (dbtype == dns_dbtype_zone) ? ZONEDB_DEFAULT 540 result = dns_db_create(mctx, dbimp, name, dbtype, dns_rdataclass_in, 0,
|
| /src/external/ibm-public/postfix/dist/conf/ |
| postfix-tls-script | 560 if get_cache_db_type dbtype 562 echo " smtp_tls_session_cache_database = ${dbtype}:\${data_directory}/smtp_scache" 854 if get_cache_db_type dbtype 857 "smtp_tls_session_cache_database = ${dbtype}:${data_directory}/smtp_scache"
|
| /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/external/mpl/bind/dist/tests/dns/ |
| db_test.c | 269 ISC_LOOP_TEST_IMPL(dbtype) { 399 ISC_TEST_ENTRY_CUSTOM(dbtype, setup_managers, teardown_managers)
|
| /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/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/ |
| zoneconf.c | 532 const char *zname, const char *dbtype) { 549 result = dns_db_create(mctx, dbtype, dns_zone_getorigin(zone),
|
| 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);
|