Searched refs:InteriorBlock (Results 1 – 1 of 1) sorted by relevance
4071 typedef struct InteriorBlock { struct4074 struct InteriorBlock *next; argument4075 } InteriorBlock; typedef4077 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 …]