Searched defs:NodeReader (Results 1 – 1 of 1) sorted by relevance
3683 typedef struct NodeReader NodeReader; typedef3731 struct NodeReader { struct3732 const char *aNode;3733 int nNode;3734 int iOff; /* Current offset within aNode[] */3737 sqlite3_int64 iChild; /* Pointer to child node */3738 Blob term; /* Current term */3739 const char *aDoclist; /* Pointer to doclist */3740 int nDoclist; /* Size of doclist in bytes */