Home
last modified time | relevance | path

Searched defs:VdbeTxtBlbCache (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c23073 typedef struct VdbeTxtBlbCache VdbeTxtBlbCache; typedef
23171 struct VdbeTxtBlbCache { struct
23172 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 */