|
IDZEBRA 2.2.8
|
Data Fields | |
| BFiles | bfs |
| int | write_flag |
| zint | sysno |
| int | type |
| char * | entry_buf |
| struct sortFile * | current_file |
| struct sortFile * | files |
| BFiles zebra_sort_index::bfs |
Definition at line 188 of file sortidx.c.
Referenced by zebra_sort_open(), and zebra_sort_type().
| struct sortFile* zebra_sort_index::current_file |
Definition at line 193 of file sortidx.c.
Referenced by zebra_sort_add(), zebra_sort_delete(), zebra_sort_open(), zebra_sort_read(), and zebra_sort_type().
| char* zebra_sort_index::entry_buf |
Definition at line 192 of file sortidx.c.
Referenced by zebra_sort_add(), zebra_sort_close(), zebra_sort_delete(), and zebra_sort_open().
| struct sortFile* zebra_sort_index::files |
Definition at line 194 of file sortidx.c.
Referenced by zebra_sort_close(), zebra_sort_open(), zebra_sort_sysno(), and zebra_sort_type().
| zint zebra_sort_index::sysno |
Definition at line 190 of file sortidx.c.
Referenced by zebra_sort_add(), zebra_sort_delete(), zebra_sort_read(), and zebra_sort_sysno().
| int zebra_sort_index::type |
Definition at line 191 of file sortidx.c.
Referenced by zebra_sort_add(), zebra_sort_close(), zebra_sort_delete(), zebra_sort_open(), zebra_sort_read(), and zebra_sort_type().
| int zebra_sort_index::write_flag |
Definition at line 189 of file sortidx.c.
Referenced by zebra_sort_open(), and zebra_sort_type().