Searched refs:bLocaltimeFault (Results 1 – 2 of 2) sorted by relevance
11111 int bLocaltimeFault; /* True to fail localtime() calls */ member13643 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0; in osLocaltime()13650 if( sqlite3GlobalConfig.bLocaltimeFault ) return 1; in osLocaltime()113067 sqlite3GlobalConfig.bLocaltimeFault = va_arg(ap, int);
19022 int bLocaltimeFault; /* True to fail localtime() calls */ member22180 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0; in osLocaltime()22187 if( sqlite3GlobalConfig.bLocaltimeFault ) return 1; in osLocaltime()164227 sqlite3GlobalConfig.bLocaltimeFault = va_arg(ap, int);