/netbsd-src/external/mpl/bind/dist/bin/tests/system/upforwd/ans4/ |
H A D | ans.pl | 128 my($dbtype, $key_name, $key_data) = split(/ /,$pattern); 129 print "[handleUDP] $dbtype, $key_name, $key_data \n"; 130 if ("$qname $qtype" =~ /$dbtype/) { 284 my($dbtype, $key_name, $key_data) = split(/ /,$pattern); 285 print "[handleTCP] $dbtype, $key_name, $key_data \n"; 286 if ("$qname $qtype" =~ /$dbtype/) {
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
H A D | db.c | 127 heim_string_t dbtype; member 187 heim_db_register(const char *dbtype, in heim_db_register() argument 210 s = heim_string_create(dbtype); in heim_db_register() 256 heim_release(db->dbtype); in db_dealloc() 278 dbtype_iter2create_f(heim_object_t dbtype, heim_object_t junk, void *arg) in dbtype_iter2create_f() argument 284 iter_ctx->db = heim_db_create(heim_string_get_utf8(dbtype), in dbtype_iter2create_f() 318 heim_db_create(const char *dbtype, const char *dbname, in heim_db_create() argument 343 if (dbtype == NULL || *dbtype == '\0') { in heim_db_create() 350 } else if (strstr(dbtype, "json")) { in heim_db_create() 351 (void) heim_db_register(dbtype, NULL, &json_dbt); in heim_db_create() [all …]
|
H A D | test_base.c | 491 dict_db_open(void *plug, const char *dbtype, const char *dbname, in dict_db_open() argument 499 if (dbtype && *dbtype && strcmp(dbtype, "dictdb")) in dict_db_open() 670 test_db(const char *dbtype, const char *dbname) in test_db() argument 676 if (dbtype == NULL) { in test_db() 697 db = heim_db_create(dbtype, dbname, options, NULL); in test_db() 796 if (dbtype != NULL) { in test_db() 813 db2 = heim_db_create(dbtype, dbname, NULL, NULL); in test_db()
|
H A D | heimbase.h | 330 int heim_db_register(const char *dbtype, 334 heim_db_t heim_db_create(const char *dbtype, const char *dbname,
|
H A D | bsearch.c | 805 stdb_open(void *plug, const char *dbtype, const char *dbname, in stdb_open() argument
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/ |
H A D | vars.tin | 7 @set dbtype @dbtype@
|
H A D | vars.texi | 8 @set dbtype db3
|
H A D | NTMakefile | 60 -e "s,[@]dbtype[@],sqlite,g" < $** > $@ \
|
H A D | setup.texi | 132 (LDAP). The default is @value{dbtype}, and is selected at build time
|
/netbsd-src/usr.bin/db/ |
H A D | db.c | 99 DBTYPE dbtype; in main() member 296 oi.dbtype = DB_BTREE; in main() 306 oi.dbtype = DB_HASH; in main() 320 db = dbopen(oi.file, oi.dbflags, oi.mode, oi.dbtype, oi.info); in main() 348 else if (DB_BTREE == oi.dbtype) in main() 350 else if (DB_HASH == oi.dbtype) in main() 354 oi.dbtype); in main()
|
/netbsd-src/distrib/sets/ |
H A D | regpkg | 409 dbtype="btree" 709 | ${DB} -w ${db_opts} -F "${tab}" -f - "${dbtype}" "${dbfile}" 925 ${DB} ${db_opts} -O "${tab}" "${dbtype}" "${dbfile}" \ 928 ${DB} -d ${db_opts} -f "${dblist}" "${dbtype}" "${dbfile}"
|
/netbsd-src/external/ibm-public/postfix/dist/conf/ |
H A D | 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"
|
/netbsd-src/external/mpl/bind/dist/tests/include/tests/ |
H A D | dns.h | 91 dns_test_loaddb(dns_db_t **db, dns_dbtype_t dbtype, const char *origin,
|
H A D | ns.h | 86 ns_test_loaddb(dns_db_t **db, dns_dbtype_t dbtype, const char *origin,
|
/netbsd-src/external/mpl/bind/dist/tests/dns/ |
H A D | db_test.c | 268 ISC_LOOP_TEST_IMPL(dbtype) { 366 ISC_TEST_ENTRY_CUSTOM(dbtype, setup_managers, teardown_managers) 269 ISC_RUN_TEST_IMPL(dbtype) ISC_RUN_TEST_IMPL() argument
|
/netbsd-src/tests/lib/libc/db/ |
H A D | h_db.c | 65 static DBTYPE dbtype(const char *); 146 type = dbtype(*argv++); in main() 600 dbtype(const char *s) in dbtype() function
|
/netbsd-src/external/mpl/bind/dist/tests/libtest/ |
H A D | dns.c | 214 dns_test_loaddb(dns_db_t **db, dns_dbtype_t dbtype, const char *origin, in dns_test_loaddb() 219 const char *dbimp = (dbtype == dns_dbtype_zone) ? ZONEDB_DEFAULT in dns_test_loaddb() 229 result = dns_db_create(mctx, dbimp, name, dbtype, dns_rdataclass_in, 0, in dns_test_loaddb() 212 dns_test_loaddb(dns_db_t ** db,dns_dbtype_t dbtype,const char * origin,const char * testfile) dns_test_loaddb() argument
|
H A D | ns.c | 531 ns_test_loaddb(dns_db_t **db, dns_dbtype_t dbtype, const char *origin, in ns_test_qctx_create() 536 const char *dbimp = (dbtype == dns_dbtype_zone) ? ZONEDB_DEFAULT in ns_test_qctx_create() 546 result = dns_db_create(mctx, dbimp, name, dbtype, dns_rdataclass_in, 0, in ns_test_qctx_destroy() 576 ns_test_loaddb(dns_db_t ** db,dns_dbtype_t dbtype,const char * origin,const char * testfile) ns_test_loaddb() argument
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | client.c | 371 const char *dbtype; in createview() local 399 dbtype = "rbt"; in createview() 401 dbtype = "ecdb"; in createview() 403 result = dns_db_create(mctx, dbtype, dns_rootname, dns_dbtype_cache, in createview()
|