Tesseract 3.01
|
Go to the source code of this file.
Defines | |
#define | NO_STATE ~0 |
#define | free_hash_table(table) memfree(table) |
Typedefs | |
typedef STATE * | HASH_TABLE |
Functions | |
int | hash_add (HASH_TABLE state_table, STATE *state) |
int | hash_lookup (HASH_TABLE state_table, STATE *state) |
HASH_TABLE | new_hash_table () |
#define free_hash_table | ( | table | ) | memfree(table) |
#define NO_STATE ~0 |
typedef STATE* HASH_TABLE |
int hash_add | ( | HASH_TABLE | state_table, |
STATE * | state | ||
) |
int hash_lookup | ( | HASH_TABLE | state_table, |
STATE * | state | ||
) |
HASH_TABLE new_hash_table | ( | ) |