CMGDK r49-rc2
组合类型 | 类型定义 | 函数
K:/CMGDKv18/SDK/Source/SQL/MySQL/include/my_trie.h文件参考

浏览该文件的源代码。

组合类型

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

函数

TRIEtrie_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_trie TRIE
typedef struct st_trie_node TRIE_NODE

函数文档

void ac_trie_init ( TRIE trie,
AC_TRIE_STATE state 
)
my_bool ac_trie_prepare ( TRIE trie)
void trie_free ( TRIE trie)
TRIE* trie_init ( TRIE trie,
CHARSET_INFO charset 
)
my_bool trie_insert ( TRIE trie,
const uchar key,
uint  keylen 
)
 全部  名字空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义