Searched refs:xVdbeBranch (Results 1 – 1 of 1) sorted by relevance
21321 void (*xVdbeBranch)(void*,unsigned iSrcLine,u8 eThis,u8 eMx); /* Callback */ member96655 if( sqlite3GlobalConfig.xVdbeBranch==0 ) return; /*NO_TEST*/96674 sqlite3GlobalConfig.xVdbeBranch(sqlite3GlobalConfig.pVdbeBranchArg,191677 sqlite3GlobalConfig.xVdbeBranch = va_arg(ap,branch_callback);