Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c523 amatch_word *pAllWords; /* List of all amatch_word objects */ member
946 for(pWord=pCur->pAllWords; pWord; pWord=pNextWord){ in amatchClearCursor()
950 pCur->pAllWords = 0; in amatchClearCursor()
1080 pWord->pNext = pCur->pAllWords; in amatchAddWord()
1081 pCur->pAllWords = pWord; in amatchAddWord()