Searched refs:StatCursor (Results 1 – 1 of 1) sorted by relevance
231456 typedef struct StatCursor StatCursor; typedef231487 struct StatCursor { struct231661 StatCursor *pCsr;231663 pCsr = (StatCursor *)sqlite3_malloc64(sizeof(StatCursor));231667 memset(pCsr, 0, sizeof(StatCursor));231696 static void statResetCsr(StatCursor *pCsr){231715 static void statResetCounts(StatCursor *pCsr){231728 StatCursor *pCsr = (StatCursor *)pCursor;231880 static void statSizeAndOffset(StatCursor *pCsr){231943 StatCursor *pCsr = (StatCursor *)pCursor;[all …]