Searched defs:VdbeTxtBlbCache (Results 1 – 1 of 1) sorted by relevance
23073 typedef struct VdbeTxtBlbCache VdbeTxtBlbCache; typedef23171 struct VdbeTxtBlbCache { struct23172 char *pCValue; /* A RCStr buffer to hold the value */23173 i64 iOffset; /* File offset of the row being cached */23174 int iCol; /* Column for which the cache is valid */23175 u32 cacheStatus; /* Vdbe.cacheCtr value */23176 u32 colCacheCtr; /* Column cache counter */