Lines Matching refs:vdbeExecCnt
9746 int vdbeExecCnt; /* Number of nested calls to VdbeExec() */
63188 db->vdbeExecCnt++;
63190 db->vdbeExecCnt--;
64140 ** obtained from sqlite3DbMalloc(). If sqlite3.vdbeExecCnt is 1, then the
64142 ** their current bindings. Or, if sqlite3.vdbeExecCnt is greater than 1,
64175 if( db->vdbeExecCnt>1 ){