Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c23640 typedef struct VdbeTxtBlbCache VdbeTxtBlbCache; typedef
23745 struct VdbeTxtBlbCache { struct
23746 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 */