Searched refs:xSqllog (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/sqlite3/ |
| D | sqlite3.c | 15815 void(*xSqllog)(void*,sqlite3*,const char*, int); member 73138 if( sqlite3GlobalConfig.xSqllog && v->rc==SQLITE_OK && v->zSql && v->pc>=0 ){ 73142 sqlite3GlobalConfig.xSqllog( 137085 sqlite3GlobalConfig.xSqllog = va_arg(ap, SQLLOGFUNC_t); 137558 if( sqlite3GlobalConfig.xSqllog ){ 137560 sqlite3GlobalConfig.xSqllog(sqlite3GlobalConfig.pSqllogArg, db, 0, 2); 139543 if( sqlite3GlobalConfig.xSqllog ){ 139546 sqlite3GlobalConfig.xSqllog(pArg, db, zFilename, 0);
|