|
IDZEBRA 2.2.8
|
#include <isams.h>
Data Fields | |
| int(* | compare_item )(const void *a, const void *b) |
| void(* | log_item )(int logmask, const void *p, const char *txt) |
| ISAM_CODEC | codec |
| int | debug |
| int | block_size |
| int ISAMS_M_s::block_size |
Definition at line 40 of file isams.h.
Referenced by isams_getmethod(), and isams_open().
| ISAM_CODEC ISAMS_M_s::codec |
Definition at line 37 of file isams.h.
Referenced by isams_getmethod(), isams_merge(), isams_pp_close(), isams_pp_open(), isams_read_item(), and key_isams_m().
| int(* ISAMS_M_s::compare_item) (const void *a, const void *b) |
Definition at line 34 of file isams.h.
Referenced by isams_getmethod(), and key_isams_m().
| int ISAMS_M_s::debug |
Definition at line 39 of file isams.h.
Referenced by isams_getmethod(), isams_open(), and key_isams_m().
| void(* ISAMS_M_s::log_item) (int logmask, const void *p, const char *txt) |
Definition at line 35 of file isams.h.
Referenced by isams_getmethod(), and key_isams_m().