Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.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;
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c16889 VtabCtx *pVtabCtx; /* Context for active vtab connect/create */ member
113038 && db->pVtabCtx==0
139357 for(pCtx=db->pVtabCtx; pCtx; pCtx=pCtx->pPrior){
139385 assert( &db->pVtabCtx );
139389 sCtx.pPrior = db->pVtabCtx;
139391 db->pVtabCtx = &sCtx;
139393 db->pVtabCtx = sCtx.pPrior;
139597 pCtx = db->pVtabCtx;
140075 p = db->pVtabCtx;