Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21321 void (*xVdbeBranch)(void*,unsigned iSrcLine,u8 eThis,u8 eMx); /* Callback */ member
96655 if( sqlite3GlobalConfig.xVdbeBranch==0 ) return; /*NO_TEST*/
96674 sqlite3GlobalConfig.xVdbeBranch(sqlite3GlobalConfig.pVdbeBranchArg,
191677 sqlite3GlobalConfig.xVdbeBranch = va_arg(ap,branch_callback);