Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbesort.c1147 static int vdbeSorterJoinAll(VdbeSorter *pSorter, int rcin){ in vdbeSorterJoinAll() function
1166 # define vdbeSorterJoinAll(x,rcin) (rcin) macro
1233 (void)vdbeSorterJoinAll(pSorter, SQLITE_OK); in sqlite3VdbeSorterReset()
2611 rc = vdbeSorterJoinAll(pSorter, rc); in sqlite3VdbeSorterRewind()