Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Drowset.c86 struct RowSetEntry { struct
241 static struct RowSetEntry *rowSetEntryMerge( in rowSetEntryMerge()
245 struct RowSetEntry head; in rowSetEntryMerge()
246 struct RowSetEntry *pTail; in rowSetEntryMerge()
276 static struct RowSetEntry *rowSetEntrySort(struct RowSetEntry *pIn){ in rowSetEntrySort()
278 struct RowSetEntry *pNext, *aBucket[40]; in rowSetEntrySort()
312 struct RowSetEntry *p; in rowSetTreeToList()
340 static struct RowSetEntry *rowSetNDeepTree( in rowSetNDeepTree()
341 struct RowSetEntry **ppList, in rowSetNDeepTree()
376 static struct RowSetEntry *rowSetListToTree(struct RowSetEntry *pList){ in rowSetListToTree()
[all …]