|
IDZEBRA 2.2.8
|
Data Fields | |
| ISAMS_M * | method |
| ISAMS_head | head |
| ISAMS_head | head_old |
| char * | merge_buf |
| int | block_size |
| int | debug |
| BFile | bf |
| BFile ISAMS_s::bf |
Definition at line 48 of file isams.c.
Referenced by isams_close(), isams_merge(), isams_open(), isams_pp_open(), and isams_read_item().
| int ISAMS_s::block_size |
Definition at line 46 of file isams.c.
Referenced by isams_merge(), isams_open(), isams_pp_open(), and isams_read_item().
| int ISAMS_s::debug |
Definition at line 47 of file isams.c.
Referenced by isams_merge(), isams_open(), and isams_pp_open().
| ISAMS_head ISAMS_s::head |
Definition at line 42 of file isams.c.
Referenced by isams_close(), isams_merge(), and isams_open().
| ISAMS_head ISAMS_s::head_old |
Definition at line 43 of file isams.c.
Referenced by isams_close(), and isams_open().
| char* ISAMS_s::merge_buf |
Definition at line 44 of file isams.c.
Referenced by isams_close(), isams_merge(), and isams_open().
| ISAMS_M* ISAMS_s::method |
Definition at line 41 of file isams.c.
Referenced by isams_close(), isams_merge(), isams_open(), isams_pp_close(), isams_pp_open(), and isams_read_item().