Searched defs:VdbeTxtBlbCache (Results 1 – 1 of 1) sorted by relevance
23640 typedef struct VdbeTxtBlbCache VdbeTxtBlbCache; typedef23745 struct VdbeTxtBlbCache { struct23746 char *pCValue; /* A RCStr buffer to hold the value */23747 i64 iOffset; /* File offset of the row being cached */23748 int iCol; /* Column for which the cache is valid */23749 u32 cacheStatus; /* Vdbe.cacheCtr value */23750 u32 colCacheCtr; /* Column cache counter */