#include "apr.h"
#include "apr_general.h"
#include "apr_pools.h"
#include "apr_errno.h"
#include "apr_dbm.h"
#include "apr_uuid.h"
#include "apr_strings.h"
#include "abts.h"
#include "testutil.h"
Go to the source code of this file.
|
| static dbm_table_t * | generate_table (void) |
| |
| static void | test_dbm_store (abts_case *tc, apr_dbm_t *db, dbm_table_t *table) |
| |
| static void | test_dbm_fetch (abts_case *tc, apr_dbm_t *db, dbm_table_t *table) |
| |
| static void | test_dbm_delete (abts_case *tc, apr_dbm_t *db, dbm_table_t *table) |
| |
| static void | test_dbm_exists (abts_case *tc, apr_dbm_t *db, dbm_table_t *table) |
| |
| static void | test_dbm_traversal (abts_case *tc, apr_dbm_t *db, dbm_table_t *table) |
| |
| static void | test_dbm (abts_case *tc, void *data) |
| |
| abts_suite * | testdbm (abts_suite *suite) |
| |
◆ NUM_TABLE_ROWS
◆ generate_table()
◆ test_dbm()
◆ test_dbm_delete()
◆ test_dbm_exists()
◆ test_dbm_fetch()
◆ test_dbm_store()
◆ test_dbm_traversal()
◆ testdbm()