Searched refs:xLog (Results 1 – 17 of 17) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | mem1.c | 134 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 D | main.c | 627 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 D | printf.c | 1336 sqlite3GlobalConfig.xLog(sqlite3GlobalConfig.pLogArg, iErrCode, in renderLogMsg() 1345 if( sqlite3GlobalConfig.xLog ){ in sqlite3_log()
|
| H A D | util.c | 1408 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3SafetyCheckOk() 1422 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3SafetyCheckSickOrOk()
|
| H A D | mem5.c | 250 testcase( sqlite3GlobalConfig.xLog!=0 ); in memsys5MallocUnsafe()
|
| H A D | sqliteInt.h | 4028 void (*xLog)(void*,int,const char*); /* Function for logging */ member
|
| H A D | vdbe.c | 8803 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3VdbeExec()
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbuB.test | 19 test_sqlite3_log xLog 22 proc xLog {args} { } 44 proc xLog {err msg} { lappend ::errlog $err }
|
| H A D | rbubusy.test | 19 test_sqlite3_log xLog
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_main.c | 63 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 D | lsmInt.h | 387 void (*xLog)(void *, int, const char *); member
|
| H A D | lsm_sorted.c | 5830 assert( pDb->xLog ); in sortedDumpSegment() 5874 if( pDb->xLog && pTopLevel ){ in lsmSortedDumpStructure()
|
| /sqlite-3.40.0/test/ |
| H A D | mmap2.test | 35 test_sqlite3_log xLog 36 proc xLog {error_code msg} {
|
| H A D | oserror.test | 24 test_sqlite3_log xLog 25 proc xLog {error_code msg} {
|
| H A D | win32lock.test | 27 test_sqlite3_log xLog 28 proc xLog {error_code msg} {
|
| H A D | multiplex.test | 72 test_sqlite3_log xLog 73 proc xLog {error_code msg} {
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb3.c | 771 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()
|