#include <string_cache.h>
Data Fields | |
| long | size |
| long | string_hash_size |
| long | free |
| long | mod |
| long | mul |
| char ** | string |
| void ** | data |
| long * | string_hash |
| long * | next_string |
Definition at line 24 of file string_cache.h.
| void** STRING_CACHE::data |
Definition at line 31 of file string_cache.h.
| long STRING_CACHE::free |
Definition at line 27 of file string_cache.h.
| long STRING_CACHE::mod |
Definition at line 28 of file string_cache.h.
| long STRING_CACHE::mul |
Definition at line 29 of file string_cache.h.
Definition at line 33 of file string_cache.h.
| long STRING_CACHE::size |
Definition at line 25 of file string_cache.h.
| char** STRING_CACHE::string |
Definition at line 30 of file string_cache.h.
Definition at line 32 of file string_cache.h.
Definition at line 26 of file string_cache.h.
1.6.3