Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
#include <sys/types.h>
#include <errno.h>
#include <fcntl.h>
#include <stddef.h>
#include <stdio.h>
#include "../include/db.h"
Go to the source code of this file.
Macros | |
#define | DB_FLAGS (DB_LOCK | DB_SHMEM | DB_TXN) |
#define | USE_OPEN_FLAGS |
Functions | |
void | __dbpanic (DB *dbp) |
static int __dberr | __P ((void)) |
DB * | dbopen (char *fname, int flags, int mode, DBTYPE type, const void *openinfo) const |
#define USE_OPEN_FLAGS |
void __dbpanic | ( | DB * | dbp | ) |
Definition at line 89 of file utils/db1-ast/db/db.c.
Referenced by __bt_split().
|
static |
Definition at line 77 of file utils/db1-ast/db/db.c.
References RET_ERROR.
Referenced by __dbpanic().
Definition at line 48 of file utils/db1-ast/db/db.c.
References __bt_open(), __hash_open(), __rec_open(), DB_BTREE, DB_FLAGS, DB_HASH, DB_RECNO, errno, NULL, type, and USE_OPEN_FLAGS.
Referenced by convert_bdb_to_sqlite3(), create_bdb_astdb(), and mssql_connect().