Home
last modified time | relevance | path

Searched defs:RowSet (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Drowset.c102 struct RowSet { struct
103 struct RowSetChunk *pChunk; /* List of all chunk allocations */ argument
105 struct RowSetEntry *pEntry; /* List of entries using pRight */ argument
106 struct RowSetEntry *pLast; /* Last entry on the pEntry list */ argument
107 struct RowSetEntry *pFresh; /* Source of new entry objects */ argument
108 struct RowSetEntry *pTree; /* Binary tree of entries */ argument
115 ** Turn bulk memory into a RowSet object. N bytes of memory argument
DsqliteInt.h622 typedef struct RowSet RowSet; typedef
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c7602 typedef struct RowSet RowSet; typedef
/external/sqlite/dist/
Dsqlite3.c8806 typedef struct RowSet RowSet; typedef
/external/sqlite/dist/orig/
Dsqlite3.c8806 typedef struct RowSet RowSet; typedef