Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c469 amatch_avl sWord; /* Linkage of this node into the word tree */ member
1086 pWord->sWord.zKey = pWord->zWord; in amatchAddWord()
1087 pWord->sWord.pWord = pWord; in amatchAddWord()
1089 pOther = amatchAvlInsert(&pCur->pWord, &pWord->sWord); in amatchAddWord()