IDZEBRA
2.2.7
|
Data Fields | |
int | id |
union { | |
BFile bf | |
ISAMB isamb | |
} | u |
ISAM_P | isam_p |
ISAMB_PP | isam_pp |
struct sortFile * | next |
struct sortFileHead | head |
int | no_inserted |
int | no_deleted |
BFile sortFile::bf |
Definition at line 176 of file sortidx.c.
Referenced by zebra_sort_add(), zebra_sort_close(), zebra_sort_delete(), zebra_sort_read(), and zebra_sort_type().
struct sortFileHead sortFile::head |
Definition at line 181 of file sortidx.c.
Referenced by zebra_sort_type().
int sortFile::id |
Definition at line 174 of file sortidx.c.
Referenced by zebra_sort_type().
ISAM_P sortFile::isam_p |
Definition at line 179 of file sortidx.c.
Referenced by zebra_sort_add(), zebra_sort_close(), zebra_sort_delete(), zebra_sort_read(), and zebra_sort_type().
ISAMB_PP sortFile::isam_pp |
Definition at line 180 of file sortidx.c.
Referenced by zebra_sort_close(), zebra_sort_read(), zebra_sort_sysno(), zebra_sort_type(), and zebra_sortf_rewind().
ISAMB sortFile::isamb |
Definition at line 177 of file sortidx.c.
Referenced by zebra_sort_add(), zebra_sort_close(), zebra_sort_delete(), zebra_sort_read(), and zebra_sort_type().
struct sortFile* sortFile::next |
Definition at line 181 of file sortidx.c.
Referenced by zebra_sort_close(), zebra_sort_sysno(), and zebra_sort_type().
int sortFile::no_deleted |
Definition at line 184 of file sortidx.c.
Referenced by zebra_sort_delete(), zebra_sort_sysno(), zebra_sort_type(), and zebra_sortf_rewind().
int sortFile::no_inserted |
Definition at line 183 of file sortidx.c.
Referenced by zebra_sort_add(), zebra_sort_sysno(), zebra_sort_type(), and zebra_sortf_rewind().
union { ... } sortFile::u |
Referenced by zebra_sort_add(), zebra_sort_close(), zebra_sort_delete(), zebra_sort_read(), and zebra_sort_type().