Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c2484 static int whereLoopInsert(WhereLoopBuilder *pBuilder, WhereLoop *pTemplate){ in whereLoopInsert() function
3106 rc = whereLoopInsert(pBuilder, pNew); in whereLoopAddBtreeIndex()
3483 rc = whereLoopInsert(pBuilder, pNew); in whereLoopAddBtree()
3545 rc = whereLoopInsert(pBuilder, pNew); in whereLoopAddBtree()
3615 rc = whereLoopInsert(pBuilder, pNew); in whereLoopAddBtree()
3837 rc = whereLoopInsert(pBuilder, pNew); in whereLoopAddVirtualOne()
4244 rc = whereLoopInsert(pBuilder, pNew); in whereLoopAddOr()