Searched refs:pToDel (Results 1 – 1 of 1) sorted by relevance
2566 WhereLoop *pToDel; in whereLoopInsert() local2570 pToDel = *ppTail; in whereLoopInsert()2571 if( pToDel==0 ) break; in whereLoopInsert()2572 *ppTail = pToDel->pNextLoop; in whereLoopInsert()2576 sqlite3WhereLoopPrint(pToDel, pBuilder->pWC); in whereLoopInsert()2579 whereLoopDelete(db, pToDel); in whereLoopInsert()