Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c2566 WhereLoop *pToDel; in whereLoopInsert() local
2570 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()