Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Drowset.c276 static struct RowSetEntry *rowSetEntrySort(struct RowSetEntry *pIn){ in rowSetEntrySort() function
415 p->pEntry = rowSetEntrySort(p->pEntry); in sqlite3RowSetNext()
457 p = rowSetEntrySort(p); in sqlite3RowSetTest()