Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c16567 VtabCtx *pVtabCtx; /* Context for active vtab connect/create */ member
116446 && db->pVtabCtx==0
141056 && pParse->db->pVtabCtx==0
145051 for(pCtx=db->pVtabCtx; pCtx; pCtx=pCtx->pPrior){
145079 assert( &db->pVtabCtx );
145083 sCtx.pPrior = db->pVtabCtx;
145085 db->pVtabCtx = &sCtx;
145087 db->pVtabCtx = sCtx.pPrior;
145294 pCtx = db->pVtabCtx;
145785 p = db->pVtabCtx;