|
Asterisk - The Open Source Telephony Project
18.5.0
|
#include <db.h>
Public Member Functions | |
| int compare | __P ((const DBT *, const DBT *)) |
| size_t prefix | __P ((const DBT *, const DBT *)) |
Data Fields | |
| u_int | cachesize |
| u_long | flags |
| int | lorder |
| int | maxkeypage |
| int | minkeypage |
| u_int | psize |
| u_int cachesize |
Definition at line 148 of file db.h.
Referenced by __bt_open(), and __rec_open().
| u_long flags |
Definition at line 147 of file db.h.
Referenced by __bt_open(), and __rec_open().
| int lorder |
Definition at line 156 of file db.h.
Referenced by __bt_open(), and __rec_open().
| int maxkeypage |
Definition at line 149 of file db.h.
Referenced by __rec_open().
| int minkeypage |
Definition at line 150 of file db.h.
Referenced by __bt_open(), and __rec_open().
| u_int psize |
Definition at line 151 of file db.h.
Referenced by __bt_open(), and __rec_open().
1.8.13