Searched defs:RowSetEntry (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Drowset.c75 ((ROWSET_ALLOCATION_SIZE-8)/sizeof(struct RowSetEntry))
80 struct RowSetEntry { struct
82 struct RowSetEntry *pRight; /* Right subtree (larger entries) or list */
83 struct RowSetEntry *pLeft; /* Left subtree (smaller entries) */
87 ** RowSetEntry objects are allocated in large chunks (instances of the
94 struct RowSetEntry aEntry[ROWSET_ENTRY_PER_CHUNK]; /* Allocated entries */
105 struct RowSetEntry *pEntry; /* List of entries using pRight */
106 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
107 struct RowSetEntry *pFresh; /* Source of new entry objects */
108 struct RowSetEntry *pTre
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c35965 struct RowSetEntry { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c39681 struct RowSetEntry { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c39701 struct RowSetEntry { struct
[all...]

Completed in 563 milliseconds