Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c36 int (*xDepth)(void*); member
1191 return p->hook.xDepth(p->hook.pCtx); in sessionStat1Depth()
1335 pSession->hook.xDepth = sessionStat1Depth; in sessionPreupdateOneChange()
1414 if( pSession->bIndirect || pSession->hook.xDepth(pSession->hook.pCtx) ){ in sessionPreupdateOneChange()
1425 if( pSession->hook.xDepth(pSession->hook.pCtx)==0 in sessionPreupdateOneChange()
1551 pSession->hook.xDepth = sessionPreupdateDepth; in sessionPreupdateHooks()
1593 pSession->hook.xDepth = sessionDiffDepth; in sessionDiffHooks()