ARB
|
Go to the source code of this file.
Classes | |
struct | gb_if_entries |
struct | gb_index_files |
Macros | |
#define | GB_ENTRIES_ENTRY(entries, idx) ((gb_if_entries *) ((entries)[idx] ? ((char*)(entries))+((entries)[idx]) : NULp)) |
#define | SET_GB_ENTRIES_ENTRY(entries, idx, ie) |
Functions | |
gb_if_entries * | GB_IF_ENTRIES_NEXT (gb_if_entries *ie) |
void | SET_GB_IF_ENTRIES_NEXT (gb_if_entries *ie, gb_if_entries *next) |
GBDATA * | GB_IF_ENTRIES_GBD (gb_if_entries *ie) |
void | SET_GB_IF_ENTRIES_GBD (gb_if_entries *ie, GBDATA *gbd) |
GB_REL_IFES * | GB_INDEX_FILES_ENTRIES (gb_index_files *ifs) |
void | SET_GB_INDEX_FILES_ENTRIES (gb_index_files *ixf, gb_if_entries **entries) |
gb_index_files * | GB_INDEX_FILES_NEXT (gb_index_files *ixf) |
void | SET_GB_INDEX_FILES_NEXT (gb_index_files *ixf, gb_index_files *next) |
gb_index_files * | GBCONTAINER_IFS (GBCONTAINER *gbc) |
void | SET_GBCONTAINER_IFS (GBCONTAINER *gbc, gb_index_files *ifs) |
#define GB_ENTRIES_ENTRY | ( | entries, | |
idx | |||
) | ((gb_if_entries *) ((entries)[idx] ? ((char*)(entries))+((entries)[idx]) : NULp)) |
Definition at line 64 of file gb_index.h.
Referenced by gb_destroy_indices(), gb_index_find(), GBENTRY::index_check_in(), GBENTRY::index_check_out(), and write_IFS().
#define SET_GB_ENTRIES_ENTRY | ( | entries, | |
idx, | |||
ie | |||
) |
Definition at line 67 of file gb_index.h.
Referenced by GBENTRY::index_check_in(), and GBENTRY::index_check_out().
|
inline |
Definition at line 29 of file gb_index.h.
References GB_RESOLVE.
Referenced by gb_destroy_indices(), gb_index_find(), GBENTRY::index_check_out(), and write_IE().
|
inline |
Definition at line 32 of file gb_index.h.
References GB_SETREL.
Referenced by GBENTRY::index_check_in(), and GBENTRY::index_check_out().
|
inline |
Definition at line 36 of file gb_index.h.
References GB_RESOLVE.
Referenced by gb_index_find(), GBENTRY::index_check_out(), and write_IE().
|
inline |
Definition at line 39 of file gb_index.h.
References GB_SETREL.
Referenced by GBENTRY::index_check_in().
|
inline |
Definition at line 80 of file gb_index.h.
References GB_RESOLVE.
Referenced by gb_destroy_indices(), gb_index_find(), GBENTRY::index_check_in(), GBENTRY::index_check_out(), and write_IFS().
|
inline |
|
inline |
Definition at line 87 of file gb_index.h.
References GB_RESOLVE.
Referenced by find_sub_sub_by_quark(), gb_destroy_indices(), gb_write_index_key(), and write_IFS().
|
inline |
|
inline |
Definition at line 94 of file gb_index.h.
References GB_RESOLVE.
Referenced by find_sub_sub_by_quark(), GB_create_index(), gb_destroy_indices(), gb_write_index_key(), and write_GBDATA().
|
inline |