Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c12822 void (*xVdbeBranch)(void*,int iSrcLine,u8 eThis,u8 eMx); /* Callback */ member
70880 if( sqlite3GlobalConfig.xVdbeBranch==0 ) return; /*NO_TEST*/
70881 sqlite3GlobalConfig.xVdbeBranch(sqlite3GlobalConfig.pVdbeBranchArg,
131621 sqlite3GlobalConfig.xVdbeBranch = va_arg(ap,branch_callback);

Completed in 339 milliseconds