File libsrc/gdbm_util.c


Included Files


Local Variables

util_debug_str
static char util_debug_str[]
Used in:

gdbm_util_debug
static int gdbm_util_debug

Used in:

Global Function delete_some_record()

int delete_some_record ( GDBM_FILE file, const char* format, ... )
Prototyped in:
Calls:
References Variables:

Global Function fetch_some_record()

void* fetch_some_record ( GDBM_FILE file, const char* format, ... )
Prototyped in:
Calls:
References Variables:

Global Function gdbm_db_close()

int gdbm_db_close ( struct gdbm_help* gptr )
Prototyped in:
Calls:
References Variables:

Global Function gdbm_db_open()

int gdbm_db_open ( struct gdbm_help* gptr, int force_new )
Prototyped in:
Calls:
References Variables:

Global Function gdbm_db_sync_set()

int gdbm_db_sync_set ( struct gdbm_help* gptr, int sync_mode )
Prototyped in:
Calls:

Global Function gdbm_key_gen()

char* gdbm_key_gen ( char* buf, const char* format, ... )
Prototyped in:
Calls:

Global Function store_some_record()

int store_some_record ( GDBM_FILE file, const void* ptr, size_t psize, const char* format, ... )
Prototyped in:
Calls:
References Variables:

Local Function gdbm_fail()

static void gdbm_fail ( const char* errstr )
Calls:
Used in:

Local Function gdbm_open_one()

static int gdbm_open_one ( const char* cfg_name, const char* def_name, const char* block_size, const char* non_buf, const char* cache_size, int force_new, void (*fatal_func)(const char*), GDBM_FILE* p_rv )
Calls:
Called by:
References Functions:

Local Function gdbm_open_this()

static GDBM_FILE gdbm_open_this ( const char* name, int blk_sz, int o_flags, int cache_sz, void (*fatal_func)(const char*) )
Calls:
Called by:
References Variables: