CMGDK r49-rc2
|
组合类型 | |
struct | st_trie_node |
struct | st_trie |
struct | st_ac_trie_state |
类型定义 | |
typedef struct st_trie_node | TRIE_NODE |
typedef struct st_trie | TRIE |
typedef struct st_ac_trie_state | AC_TRIE_STATE |
函数 | |
TRIE * | trie_init (TRIE *trie, CHARSET_INFO *charset) |
void | trie_free (TRIE *trie) |
my_bool | trie_insert (TRIE *trie, const uchar *key, uint keylen) |
my_bool | ac_trie_prepare (TRIE *trie) |
void | ac_trie_init (TRIE *trie, AC_TRIE_STATE *state) |
typedef struct st_ac_trie_state AC_TRIE_STATE |
typedef struct st_trie_node TRIE_NODE |
void ac_trie_init | ( | TRIE * | trie, |
AC_TRIE_STATE * | state | ||
) |
void trie_free | ( | TRIE * | trie | ) |
TRIE* trie_init | ( | TRIE * | trie, |
CHARSET_INFO * | charset | ||
) |