Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c12828 int bLocaltimeFault; /* True to fail localtime() calls */ member
15769 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0; in osLocaltime()
15776 if( sqlite3GlobalConfig.bLocaltimeFault ) return 1; in osLocaltime()
131595 sqlite3GlobalConfig.bLocaltimeFault = va_arg(ap, int);

Completed in 405 milliseconds