Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmem1.c134 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3MemMalloc()
147 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3MemMalloc()
204 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3MemRealloc()
220 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3MemRealloc()
H A Dmain.c627 sqlite3GlobalConfig.xLog = va_arg(ap, LOGFUNC_t); in sqlite3_config()
3724 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3CorruptError()
3728 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3MisuseError()
3732 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3CantopenError()
3739 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3CorruptPgnoError()
3745 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3NomemError()
3749 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3IoerrnomemError()
H A Dprintf.c1336 sqlite3GlobalConfig.xLog(sqlite3GlobalConfig.pLogArg, iErrCode, in renderLogMsg()
1345 if( sqlite3GlobalConfig.xLog ){ in sqlite3_log()
H A Dutil.c1408 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3SafetyCheckOk()
1422 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3SafetyCheckSickOrOk()
H A Dmem5.c250 testcase( sqlite3GlobalConfig.xLog!=0 ); in memsys5MallocUnsafe()
H A DsqliteInt.h4028 void (*xLog)(void*,int,const char*); /* Function for logging */ member
H A Dvdbe.c8803 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3VdbeExec()
/sqlite-3.40.0/ext/rbu/
H A DrbuB.test19 test_sqlite3_log xLog
22 proc xLog {args} { }
44 proc xLog {err msg} { lappend ::errlog $err }
H A Drbubusy.test19 test_sqlite3_log xLog
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_main.c63 static void xLog(void *pCtx, int rc, const char *z){ in xLog() function
100 pDb->xLog = xLog; in lsm_new()
840 void (*xLog)(void *, int, const char *), in lsm_config_log()
843 pDb->xLog = xLog; in lsm_config_log()
857 if( pDb->xLog ){ in lsmLogMessage()
866 pDb->xLog(pDb->pLogCtx, rc, s.z); in lsmLogMessage()
H A DlsmInt.h387 void (*xLog)(void *, int, const char *); member
H A Dlsm_sorted.c5830 assert( pDb->xLog ); in sortedDumpSegment()
5874 if( pDb->xLog && pTopLevel ){ in lsmSortedDumpStructure()
/sqlite-3.40.0/test/
H A Dmmap2.test35 test_sqlite3_log xLog
36 proc xLog {error_code msg} {
H A Doserror.test24 test_sqlite3_log xLog
25 proc xLog {error_code msg} {
H A Dwin32lock.test27 test_sqlite3_log xLog
28 proc xLog {error_code msg} {
H A Dmultiplex.test72 test_sqlite3_log xLog
73 proc xLog {error_code msg} {
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb3.c771 static void xLog(void *pCtx, int rc, const char *z){ in xLog() function
1006 lsm_config_log(pDb->db, xLog, 0); in testLsmOpen()
1107 lsm_config_log(db, (bEnable ? xLog : 0), (void *)"client"); in tdb_lsm_enable_log()
1334 lsm_config_log(p->pWorker, xLog, (void *)"worker"); in mt_start_worker()