Home
last modified time | relevance | path

Searched refs:amatch_word (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Damatch.c175 typedef struct amatch_word amatch_word; typedef
187 amatch_word *pWord; /* Points to the object being stored in the tree */
466 struct amatch_word { struct
467 amatch_word *pNext; /* Next on a list of all amatch_words */ argument
523 amatch_word *pAllWords; /* List of all amatch_word objects */
524 amatch_word *pCurrent; /* Most recent solution */
945 amatch_word *pWord, *pNextWord; in amatchClearCursor()
996 static void amatchWriteCost(amatch_word *pWord){ in amatchWriteCost()
1029 amatch_word *pWord; in amatchAddWord()
1104 amatch_word *pWord = 0; in amatchNext()