|
Asterisk - The Open Source Telephony Project
18.5.0
|
#include "db.h"

Go to the source code of this file.
Data Structures | |
| struct | datum |
Macros | |
| #define | DBM_INSERT 0 |
| #define | dbm_pagfno(a) DBM_PAGFNO_NOT_AVAILABLE |
| #define | DBM_RDONLY O_RDONLY |
| #define | DBM_REPLACE 1 |
| #define | DBM_SUFFIX ".db" |
Typedefs | |
| typedef DB | DBM |
Functions | |
| __BEGIN_DECLS void dbm_close | __P ((DBM *)) |
| int dbm_delete | __P ((DBM *, datum)) |
| DBM *dbm_open | __P ((const char *, int, int)) |
| int dbm_store | __P ((DBM *, datum, datum, int)) |
| #define DBM_INSERT 0 |
Definition at line 48 of file ndbm.h.
Referenced by dbm_store().
| #define DBM_SUFFIX ".db" |
Definition at line 55 of file ndbm.h.
Referenced by dbm_open().
| __BEGIN_DECLS void dbm_close __P | ( | (DBM *) | ) |
1.8.13