Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Ddate.c525 if( sqlite3GlobalConfig.bLocaltimeFault ){ in osLocaltime()
542 if( sqlite3GlobalConfig.bLocaltimeFault ){ in osLocaltime()
H A Dmain.c4226 sqlite3GlobalConfig.bLocaltimeFault = va_arg(ap, int); in sqlite3_test_control()
4227 if( sqlite3GlobalConfig.bLocaltimeFault==2 ){ in sqlite3_test_control()
H A DsqliteInt.h4047 int bLocaltimeFault; /* True to fail localtime() calls */ member