Searched refs:ppTail (Results 1 – 2 of 2) sorted by relevance
683 EditDist3Cost **ppTail = &pHead; in editDist3CostMerge() local693 *ppTail = p; in editDist3CostMerge()694 ppTail = &p->pNext; in editDist3CostMerge()697 *ppTail = pA; in editDist3CostMerge()699 *ppTail = pB; in editDist3CostMerge()
2565 WhereLoop **ppTail = &p->pNextLoop; in whereLoopInsert() local2567 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()