Home
last modified time | relevance | path

Searched refs:DBTYPE (Results 1 – 7 of 7) 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/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/lib/libc/db/db/
H A Ddb.c54 dbopen(const char *fname, int flags, int mode, DBTYPE type, const void *openinfo) in dbopen()
/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;