Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts2/
H A Dfts2.c4071 typedef struct InteriorBlock { struct
4074 struct InteriorBlock *next; argument
4075 } InteriorBlock; typedef
4077 static InteriorBlock *interiorBlockNew(int iHeight, sqlite_int64 iChildBlock, in interiorBlockNew()
4079 InteriorBlock *block = sqlite3_malloc(sizeof(InteriorBlock)); in interiorBlockNew()
4098 static void interiorBlockValidate(InteriorBlock *pBlock){ in interiorBlockValidate()
4162 InteriorBlock *first, *last;
4179 InteriorBlock *block; in interiorWriterInit()
4250 InteriorBlock *block = pWriter->first; in interiorWriterDestroy()
4253 InteriorBlock *b = block; in interiorWriterDestroy()
[all …]