
Data Fields | |
| uint8 | hash64bit |
| unsigned char * | list |
| uint4 | length |
| uint4 | numEntries |
| uint4 | malloced |
| uint4 | lastSequenceNumber |
| postingsList * | next |
Definition at line 10 of file postings.c.
| uint8 postingsList::hash64bit |
| unsigned char* postingsList::list |
Definition at line 13 of file postings.c.
Referenced by postings_addPosting(), and postings_getSortedLists().
| uint4 postingsList::length |
Definition at line 14 of file postings.c.
Referenced by postings_addPosting(), and postings_getSortedLists().
| uint4 postingsList::numEntries |
Definition at line 15 of file postings.c.
Referenced by postings_addPosting(), and postings_getSortedLists().
| uint4 postingsList::malloced |
struct postingsList* postingsList::next [read] |
Definition at line 18 of file postings.c.
Referenced by postings_addEntry(), and postings_getSortedLists().
1.5.2