Lines Matching defs:SegmentWriter
204393 typedef struct SegmentWriter SegmentWriter; typedef
204484 struct SegmentWriter { struct
204485 SegmentNode *pTree; /* Pointer to interior tree structure */
204486 sqlite3_int64 iFirst; /* First slot in %_segments written */
204487 sqlite3_int64 iFree; /* Next free slot in %_segments */
204488 char *zTerm; /* Pointer to previous term buffer */
204489 int nTerm; /* Number of bytes in zTerm */
204490 int nMalloc; /* Size of malloc'd buffer at zMalloc */
204491 char *zMalloc; /* Malloc'd space (possibly) used for zTerm */
204492 int nSize; /* Size of allocation at aData */
204493 int nData; /* Bytes of data in aData */
204494 char *aData; /* Pointer to block from malloc() */
204495 i64 nLeafData; /* Number of bytes of leaf data written */