Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c23161 typedef struct VdbeTxtBlbCache VdbeTxtBlbCache; typedef
23235 VdbeTxtBlbCache *pCache; /* Cache of large TEXT or BLOB values */
23259 struct VdbeTxtBlbCache { struct
87564 VdbeTxtBlbCache *pCache = pCx->pCache;
93846 VdbeTxtBlbCache *pCache;
93849 pC->pCache = sqlite3DbMallocZero(db, sizeof(VdbeTxtBlbCache) );