Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c17688 VtabCtx *pVtabCtx; /* Context for active vtab connect/create */ member
124063 && db->pVtabCtx==0
150630 assert( pParse->db->pVtabCtx==0 );
154733 for(pCtx=db->pVtabCtx; pCtx; pCtx=pCtx->pPrior){
154761 assert( &db->pVtabCtx );
154765 sCtx.pPrior = db->pVtabCtx;
154767 db->pVtabCtx = &sCtx;
154771 db->pVtabCtx = sCtx.pPrior;
154977 pCtx = db->pVtabCtx;
155473 p = db->pVtabCtx;