Lines Matching refs:fuzzer_cursor
163 typedef struct fuzzer_cursor fuzzer_cursor; typedef
239 struct fuzzer_cursor { struct
558 fuzzer_cursor *pCur; in fuzzerOpen()
583 static void fuzzerClearCursor(fuzzer_cursor *pCur, int clearHash){ in fuzzerClearCursor()
603 fuzzer_cursor *pCur = (fuzzer_cursor *)cur; in fuzzerClose()
694 static int fuzzerSeen(fuzzer_cursor *pCur, fuzzer_stem *pStem){ in fuzzerSeen()
733 static int fuzzerAdvance(fuzzer_cursor *pCur, fuzzer_stem *pStem){ in fuzzerAdvance()
794 static fuzzer_stem *fuzzerLowestCostStem(fuzzer_cursor *pCur){ in fuzzerLowestCostStem()
825 static fuzzer_stem *fuzzerInsert(fuzzer_cursor *pCur, fuzzer_stem *pNew){ in fuzzerInsert()
869 fuzzer_cursor *pCur, in fuzzerNewStem()
902 fuzzer_cursor *pCur = (fuzzer_cursor*)cur; in fuzzerNext()
974 fuzzer_cursor *pCur = (fuzzer_cursor *)pVtabCursor; in fuzzerFilter()
1021 fuzzer_cursor *pCur = (fuzzer_cursor*)cur; in fuzzerColumn()
1042 fuzzer_cursor *pCur = (fuzzer_cursor*)cur; in fuzzerRowid()
1052 fuzzer_cursor *pCur = (fuzzer_cursor*)cur; in fuzzerEof()