Searched refs:DBTYPE (Results 1 - 6 of 6) sorted by last modified time

/freebsd-10.0-release/include/
H A Ddb.h71 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; typedef in typeref:enum:__anon5272
98 DBTYPE type; /* Underlying db type. */
207 DB *dbopen(const char *, int, int, DBTYPE, const void *);
/freebsd-10.0-release/lib/libc/db/db/
H A Ddb.c48 dbopen(const char *fname, int flags, int mode, DBTYPE type, const void *openinfo)
/freebsd-10.0-release/lib/libc/db/test/
H A Ddbtest.c59 DBTYPE dbtype(char *);
71 void *setinfo(DBTYPE, char *);
75 DBTYPE type; /* Database type. */
565 DBTYPE
581 DBTYPE type;
/freebsd-10.0-release/contrib/sendmail/src/
H A Dmap.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;
/freebsd-10.0-release/contrib/sendmail/libsmdb/
H A Dsmdb1.c38 static DBTYPE smdb_type_to_db1_type __P((SMDB_DBTYPE));
68 static DBTYPE
469 DBTYPE db_type;
H A Dsmdb2.c44 DBTYPE
456 DBTYPE db_type;
483 DBTYPE db_type;
585 DBTYPE db_type;

Completed in 95 milliseconds