Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c233382 int (*xDepth)(void*); member
234957 return p->hook.xDepth(p->hook.pCtx);
235114 pSession->hook.xDepth = sessionStat1Depth;
235208 if( pSession->bIndirect || pSession->hook.xDepth(pSession->hook.pCtx) ){
235220 if( pSession->hook.xDepth(pSession->hook.pCtx)==0
235349 pSession->hook.xDepth = sessionPreupdateDepth;
235393 pSession->hook.xDepth = sessionDiffDepth;