Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c24332 typedef struct VdbeTxtBlbCache VdbeTxtBlbCache; typedef
24406 VdbeTxtBlbCache *pCache; /* Cache of large TEXT or BLOB values */
24437 struct VdbeTxtBlbCache { struct
90628 VdbeTxtBlbCache *pCache = pCx->pCache;
97351 VdbeTxtBlbCache *pCache;
97354 pC->pCache = sqlite3DbMallocZero(db, sizeof(VdbeTxtBlbCache) );