Home
last modified time | relevance | path

Searched refs: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
23147 VdbeTxtBlbCache *pCache; /* Cache of large TEXT or BLOB values */
23171 struct VdbeTxtBlbCache { struct
87088 VdbeTxtBlbCache *pCache = pCx->pCache;
93341 VdbeTxtBlbCache *pCache;
93344 pC->pCache = sqlite3DbMallocZero(db, sizeof(VdbeTxtBlbCache) );