Home
last modified time | relevance | path

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

/dragonfly/include/
H A Ddb.h71 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; typedef
98 DBTYPE type; /* Underlying db type. */
210 DB *dbopen(const char *, int, mode_t, DBTYPE, const void *);
/dragonfly/lib/libc/db/test/
H A Ddbtest.c50 DBTYPE dbtype(char *);
62 void *setinfo(DBTYPE, char *);
66 DBTYPE type; /* Database type. */
538 DBTYPE
552 setinfo(DBTYPE type, char *s) in setinfo()
/dragonfly/lib/libc/db/db/
H A Ddb.c51 dbopen(const char *fname, int flags, mode_t mode, DBTYPE type, const void *openinfo) in dbopen()