Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c24302 typedef struct VdbeTxtBlbCache VdbeTxtBlbCache; typedef
24407 struct VdbeTxtBlbCache { struct
24408 char *pCValue; /* A RCStr buffer to hold the value */
24409 i64 iOffset; /* File offset of the row being cached */
24410 int iCol; /* Column for which the cache is valid */
24411 u32 cacheStatus; /* Vdbe.cacheCtr value */
24412 u32 colCacheCtr; /* Column cache counter */