Home
last modified time | relevance | path

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

/trueos/include/
HDdb.h71 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; typedef
98 DBTYPE type; /* Underlying db type. */
207 DB *dbopen(const char *, int, int, DBTYPE, const void *);
/trueos/contrib/netbsd-tests/lib/libc/db/
HDh_db.c64 static DBTYPE dbtype(const char *);
75 static void *setinfo(DBTYPE, char *);
86 static DBTYPE type; /* Database type. */
556 static DBTYPE
570 setinfo(DBTYPE dtype, char *s) in setinfo()
/trueos/lib/libc/db/test/
HDdbtest.c59 DBTYPE dbtype(char *);
71 void *setinfo(DBTYPE, char *);
75 DBTYPE type; /* Database type. */
565 DBTYPE
581 DBTYPE type; in setinfo()
/trueos/contrib/sendmail/libsmdb/
HDsmdb2.c44 DBTYPE
456 DBTYPE db_type;
483 DBTYPE db_type;
585 DBTYPE db_type;
HDsmdb1.c38 static DBTYPE smdb_type_to_db1_type __P((SMDB_DBTYPE));
68 static DBTYPE
469 DBTYPE db_type;
/trueos/lib/libc/db/db/
HDdb.c48 dbopen(const char *fname, int flags, int mode, DBTYPE type, const void *openinfo) in dbopen()
/trueos/contrib/sendmail/src/
HDmap.c46 static bool db_map_open __P((MAP *, int, char *, DBTYPE, const void *));
49 static bool db_map_open __P((MAP *, int, char *, DBTYPE, DB_INFO *));
52 static bool db_map_open __P((MAP *, int, char *, DBTYPE, void **));
1989 DBTYPE dbtype;