Searched refs:bLocaltimeFault (Results 1 – 3 of 3) sorted by relevance
525 if( sqlite3GlobalConfig.bLocaltimeFault ){ in osLocaltime()542 if( sqlite3GlobalConfig.bLocaltimeFault ){ in osLocaltime()
4226 sqlite3GlobalConfig.bLocaltimeFault = va_arg(ap, int); in sqlite3_test_control()4227 if( sqlite3GlobalConfig.bLocaltimeFault==2 ){ in sqlite3_test_control()
4047 int bLocaltimeFault; /* True to fail localtime() calls */ member