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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c11111 int bLocaltimeFault; /* True to fail localtime() calls */ member in struct:Sqlite3Config
12072 0, /* bLocaltimeFault */
13629 ** If the sqlite3GlobalConfig.bLocaltimeFault variable is true then this
13643 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0;
13650 if( sqlite3GlobalConfig.bLocaltimeFault ) return 1;
[all...]

Completed in 384 milliseconds