Searched refs:StatCursor (Results 1 – 1 of 1) sorted by relevance
231850 typedef struct StatCursor StatCursor; typedef231881 struct StatCursor { struct232055 StatCursor *pCsr;232057 pCsr = (StatCursor *)sqlite3_malloc64(sizeof(StatCursor));232061 memset(pCsr, 0, sizeof(StatCursor));232090 static void statResetCsr(StatCursor *pCsr){232109 static void statResetCounts(StatCursor *pCsr){232122 StatCursor *pCsr = (StatCursor *)pCursor;232274 static void statSizeAndOffset(StatCursor *pCsr){232337 StatCursor *pCsr = (StatCursor *)pCursor;[all …]