Searched defs:VdbeTxtBlbCache (Results 1 – 4 of 4) sorted by relevance
22995 typedef struct VdbeTxtBlbCache VdbeTxtBlbCache; typedef23093 struct VdbeTxtBlbCache { struct23094 char *pCValue; /* A RCStr buffer to hold the value */23095 i64 iOffset; /* File offset of the row being cached */23096 int iCol; /* Column for which the cache is valid */23097 u32 cacheStatus; /* Vdbe.cacheCtr value */23098 u32 colCacheCtr; /* Column cache counter */
23161 typedef struct VdbeTxtBlbCache VdbeTxtBlbCache; typedef23259 struct VdbeTxtBlbCache { struct23260 char *pCValue; /* A RCStr buffer to hold the value */23261 i64 iOffset; /* File offset of the row being cached */23262 int iCol; /* Column for which the cache is valid */23263 u32 cacheStatus; /* Vdbe.cacheCtr value */23264 u32 colCacheCtr; /* Column cache counter */
23218 typedef struct VdbeTxtBlbCache VdbeTxtBlbCache; typedef23316 struct VdbeTxtBlbCache { struct23317 char *pCValue; /* A RCStr buffer to hold the value */23318 i64 iOffset; /* File offset of the row being cached */23319 int iCol; /* Column for which the cache is valid */23320 u32 cacheStatus; /* Vdbe.cacheCtr value */23321 u32 colCacheCtr; /* Column cache counter */