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

/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c4287 /* InteriorBlock stores a linked-list of interior blocks while a lower
4290 typedef struct InteriorBlock { struct
4293 struct InteriorBlock *next;
4294 } InteriorBlock; typedef in typeref:struct:InteriorBlock
4296 static InteriorBlock *interiorBlockNew(int iHeight, sqlite_int64 iChildBlock,
4298 InteriorBlock *block = sqlite3_malloc(sizeof(InteriorBlock));
4317 static void interiorBlockValidate(InteriorBlock *pBlock){
4381 InteriorBlock *first, *last;
4398 InteriorBlock *bloc
[all...]

Completed in 103 milliseconds