Searched refs:xVdbeBranch (Results 1 – 3 of 3) sorted by relevance
4296 sqlite3GlobalConfig.xVdbeBranch = va_arg(ap,branch_callback); in sqlite3_test_control()
4038 void (*xVdbeBranch)(void*,unsigned iSrcLine,u8 eThis,u8 eMx); /* Callback */ member
194 if( sqlite3GlobalConfig.xVdbeBranch==0 ) return; /*NO_TEST*/ in vdbeTakeBranch()213 sqlite3GlobalConfig.xVdbeBranch(sqlite3GlobalConfig.pVdbeBranchArg, in vdbeTakeBranch()