Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c22995 typedef struct VdbeTxtBlbCache VdbeTxtBlbCache; typedef
23093 struct VdbeTxtBlbCache { struct
23094 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 */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c23161 typedef struct VdbeTxtBlbCache VdbeTxtBlbCache; typedef
23259 struct VdbeTxtBlbCache { struct
23260 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 */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c23218 typedef struct VdbeTxtBlbCache VdbeTxtBlbCache; typedef
23316 struct VdbeTxtBlbCache { struct
23317 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 */
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c22995 typedef struct VdbeTxtBlbCache VdbeTxtBlbCache; typedef
23093 struct VdbeTxtBlbCache { struct
23094 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 */