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

/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c136 ** nodes are written using LeafWriter, and read using LeafReader (to
254 ** written individually (using LeafWriter) to a level 0 segment, with
2530 ** writeZeroSegment() is far down the file because LeafWriter is far
4661 /* LeafWriter is used to collect terms and associated doclist data
4665 ** LeafWriter writer;
4691 typedef struct LeafWriter { struct
4707 } LeafWriter; typedef in typeref:struct:LeafWriter
4709 static void leafWriterInit(int iLevel, int idx, LeafWriter *pWriter){
4792 static int leafWriterInternalFlush(fulltext_vtab *v, LeafWriter *pWriter,
4839 static int leafWriterFlush(fulltext_vtab *v, LeafWriter *pWrite
[all...]

Completed in 57 milliseconds