/*++ /* NAME /* mkmap_db 3 /* SUMMARY /* create or open database, DB style /* SYNOPSIS /* #include <dict_db.h> /* /* MKMAP *mkmap_hash_open(path) /* const char *path; /* /* MKMAP *mkmap_btree_open(path) /* const char *path; /* DESCRIPTION /* This module implements support for creating DB databases. /* /* mkmap_hash_open() and mkmap_btree_open() take a file name, /* append the ".db" suffix, and do whatever initialization is /* required before the Berkeley DB open routine is called. /* /* All errors are fatal. /* SEE ALSO /* dict_db(3), DB dictionary interface. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA /* /* Wietse Venema /* Google, Inc. /* 111 8th Avenue /* New York, NY 10011, USA
/*--*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.