Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dvt02.c736 vt02_vtab *pSelf; /* This virtual table */ in vt02BestIndex() local
738 pSelf = (vt02_vtab*)pVTab; in vt02BestIndex()
739 if( pSelf->busy ){ in vt02BestIndex()
743 pSelf->busy++; in vt02BestIndex()
949 pSelf->busy--; in vt02BestIndex()