Asterisk - The Open Source Telephony Project
18.5.0
|
#include <db.h>
Public Member Functions | |
int close | __P ((struct __db *)) |
int del | __P ((const struct __db *, const DBT *, u_int)) |
int get | __P ((const struct __db *, const DBT *, DBT *, u_int)) |
int put | __P ((const struct __db *, DBT *, const DBT *, u_int)) |
int seq | __P ((const struct __db *, DBT *, DBT *, u_int)) |
int sync | __P ((const struct __db *, u_int)) |
int fd | __P ((const struct __db *)) |
Data Fields | |
void * | internal |
DBTYPE | type |
int close __P | ( | (struct __db *) | ) |
int sync __P | ( | (const struct __db *, u_int) | ) |
int fd __P | ( | (const struct __db *) | ) |
void* internal |
Definition at line 137 of file db.h.
Referenced by __bt_close(), __bt_delete(), __bt_fd(), __bt_get(), __bt_open(), __bt_put(), __bt_seq(), __bt_sync(), __rec_close(), __rec_delete(), __rec_fd(), __rec_get(), __rec_open(), __rec_put(), __rec_seq(), __rec_sync(), dbm_clearerr(), dbm_dirfno(), dbm_error(), hash_close(), hash_delete(), hash_fd(), hash_get(), hash_put(), hash_seq(), and hash_sync().
DBTYPE type |
Definition at line 130 of file db.h.
Referenced by __bt_open().