Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c683 EditDist3Cost **ppTail = &pHead; in editDist3CostMerge() local
693 *ppTail = p; in editDist3CostMerge()
694 ppTail = &p->pNext; in editDist3CostMerge()
697 *ppTail = pA; in editDist3CostMerge()
699 *ppTail = pB; in editDist3CostMerge()
/sqlite-3.40.0/src/
H A Dwhere.c2565 WhereLoop **ppTail = &p->pNextLoop; in whereLoopInsert() local
2567 while( *ppTail ){ in whereLoopInsert()
2568 ppTail = whereLoopFindLesser(ppTail, pTemplate); in whereLoopInsert()
2569 if( ppTail==0 ) break; in whereLoopInsert()
2570 pToDel = *ppTail; in whereLoopInsert()
2572 *ppTail = pToDel->pNextLoop; in whereLoopInsert()