Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmem5.c444 int iLog; in memsys5Log() local
445 for(iLog=0; (iLog<(int)((sizeof(int)*8)-1)) && (1<<iLog)<iValue; iLog++); in memsys5Log()
446 return iLog; in memsys5Log()
H A Dtest_sqllog.c114 int iLog; /* First integer value used in file names */ member
390 zLog = sqlite3_mprintf("%s_%05d.sql", sqllogglobal.zPrefix, p->iLog); in sqllogOpenlog()
490 p->iLog = sqllogglobal.iNextLog++; in testSqllog()