Home
last modified time | relevance | path

Searched refs:DBTYPE (Results 1 – 11 of 11) sorted by relevance

/freebsd/include/
H A Ddb.h70 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; typedef
97 DBTYPE type; /* Underlying db type. */
206 DB *dbopen(const char *, int, int, DBTYPE, const void *);
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c65 static DBTYPE dbtype(const char *);
76 static void *setinfo(DBTYPE, char *);
93 static DBTYPE type; /* Database type. */
615 static DBTYPE
629 setinfo(DBTYPE dtype, char *s) in setinfo()
/freebsd/lib/libc/db/test/
H A Ddbtest.c49 DBTYPE dbtype(char *);
61 void *setinfo(DBTYPE, char *);
65 DBTYPE type; /* Database type. */
555 DBTYPE
571 DBTYPE type; in setinfo()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/
H A Ddbtest.c97 DBTYPE dbtype __P((char *));
109 void *setinfo __P((DBTYPE, char *));
114 DBTYPE type; /* Database type. */
649 DBTYPE
663 setinfo(DBTYPE db_type, char *s) in setinfo()
/freebsd/contrib/sendmail/libsmdb/
H A Dsmdb2.c42 static DBTYPE
454 DBTYPE db_type;
501 DBTYPE db_type;
594 DBTYPE db_type;
H A Dsmdb1.c36 static DBTYPE smdb_type_to_db1_type __P((SMDB_DBTYPE));
66 static DBTYPE
467 DBTYPE db_type;
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/db/
H A Ddb.c48 kdb2_dbopen(const char *fname, int flags, int mode, DBTYPE type, in kdb2_dbopen()
/freebsd/lib/libc/db/db/
H A Ddb.c54 dbopen(const char *fname, int flags, int mode, DBTYPE type, const void *openinfo) in dbopen()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/
H A Ddb.hin83 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE;
120 DBTYPE type; /* Underlying db type. */
187 DB *dbopen __P((const char *, int, int, DBTYPE, const void *));
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/man/
H A Dspell.ok13 DBTYPE
/freebsd/contrib/sendmail/src/
H A Dmap.c50 static bool db_map_open __P((MAP *, int, char *, DBTYPE, const void *));
53 static bool db_map_open __P((MAP *, int, char *, DBTYPE, DB_INFO *));
56 static bool db_map_open __P((MAP *, int, char *, DBTYPE, void **));
2258 DBTYPE dbtype;