Searched defs:fuzzer_cursor (Results 1 – 1 of 1) sorted by relevance
163 typedef struct fuzzer_cursor fuzzer_cursor; typedef239 struct fuzzer_cursor { struct240 sqlite3_vtab_cursor base; /* Base class - must be first */241 sqlite3_int64 iRowid; /* The rowid of the current word */243 fuzzer_cost rLimit; /* Maximum cost of any term */244 fuzzer_stem *pStem; /* Stem with smallest rCostX */247 int mxQueue; /* Largest used index in aQueue[] */248 char *zBuf; /* Temporary use buffer */249 int nBuf; /* Bytes allocated for zBuf */250 int nStem; /* Number of stems allocated */[all …]