Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Drowset.c185 static struct RowSetEntry *rowSetEntryAlloc(RowSet *p){ in rowSetEntryAlloc() function
217 pEntry = rowSetEntryAlloc(p); in sqlite3RowSetInsert()
472 *ppPrevTree = pTree = rowSetEntryAlloc(pRowSet); in sqlite3RowSetTest()