xVdbeBranch      12822 ext/sqlite3/libsqlite/sqlite3.c   void (*xVdbeBranch)(void*,int iSrcLine,u8 eThis,u8 eMx);  /* Callback */
xVdbeBranch      70880 ext/sqlite3/libsqlite/sqlite3.c       if( sqlite3GlobalConfig.xVdbeBranch==0 ) return;  /*NO_TEST*/
xVdbeBranch      70881 ext/sqlite3/libsqlite/sqlite3.c       sqlite3GlobalConfig.xVdbeBranch(sqlite3GlobalConfig.pVdbeBranchArg,
xVdbeBranch      131621 ext/sqlite3/libsqlite/sqlite3.c       sqlite3GlobalConfig.xVdbeBranch = va_arg(ap,branch_callback);