Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c9520 VtabCtx *pVtabCtx; /* Context for active vtab connect/create */ member
99747 assert( &db->pVtabCtx );
99751 db->pVtabCtx = &sCtx;
99753 db->pVtabCtx = 0;
99946 if( !db->pVtabCtx || !(pTab = db->pVtabCtx->pTab) ){
99973 db->pVtabCtx->pTab = 0;
100323 VtabCtx *p = db->pVtabCtx;
/NextBSD/contrib/sqlite3/
HDsqlite3.c11166 VtabCtx *pVtabCtx; /* Context for active vtab connect/create */ member
116215 for(pCtx=db->pVtabCtx; pCtx; pCtx=pCtx->pPrior){
116241 assert( &db->pVtabCtx );
116245 sCtx.pPrior = db->pVtabCtx;
116247 db->pVtabCtx = &sCtx;
116249 db->pVtabCtx = sCtx.pPrior;
116456 pCtx = db->pVtabCtx;
116843 VtabCtx *p = db->pVtabCtx;