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

/external/sqlite/dist/orig/
H A Dsqlite3.c11368 int bLocaltimeFault; /* True to fail localtime() calls */ member in struct:Sqlite3Config
12358 0, /* bLocaltimeFault */
13965 ** If the sqlite3GlobalConfig.bLocaltimeFault variable is true then this
13979 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0;
13986 if( sqlite3GlobalConfig.bLocaltimeFault ) return 1;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11368 int bLocaltimeFault; /* True to fail localtime() calls */ member in struct:Sqlite3Config
12358 0, /* bLocaltimeFault */
13965 ** If the sqlite3GlobalConfig.bLocaltimeFault variable is true then this
13979 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0;
13986 if( sqlite3GlobalConfig.bLocaltimeFault ) return 1;
[all...]

Completed in 828 milliseconds