Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c23106 Bool colCache:1; /* pCache pointer is initialized and non-NULL */ member
87089 assert( pCx->colCache );
87090 pCx->colCache = 0;
87100 if( pCx->colCache ){
93343 if( pC->colCache==0 ){
93346 pC->colCache = 1;