Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmain.c4296 sqlite3GlobalConfig.xVdbeBranch = va_arg(ap,branch_callback); in sqlite3_test_control()
H A DsqliteInt.h4038 void (*xVdbeBranch)(void*,unsigned iSrcLine,u8 eThis,u8 eMx); /* Callback */ member
H A Dvdbe.c194 if( sqlite3GlobalConfig.xVdbeBranch==0 ) return; /*NO_TEST*/ in vdbeTakeBranch()
213 sqlite3GlobalConfig.xVdbeBranch(sqlite3GlobalConfig.pVdbeBranchArg, in vdbeTakeBranch()