Lines Matching defs:localtime
19525 int bLocaltimeFault; /* True to fail localtime() calls */
19526 int (*xAltLocaltime)(const void*,void*); /* Alternative localtime() routine */
23557 ** The MSVC CRT on Windows CE may not have a localtime() function.
23563 struct tm *__cdecl localtime(const time_t *);
24005 ** using whatever operating-system specific localtime facility that
24012 ** invoked in place of the OS-defined localtime() function.
24026 pX = localtime(t);
24066 ** Assuming the input DateTime is UTC, move it to its localtime equivalent.
24157 ** localtime
24161 ** is in a system call (i.e. localtime()), then an error message is written
24220 /* localtime
24225 if( sqlite3_stricmp(z, "localtime")==0 && sqlite3NotPureFunc(pCtx) ){
24252 i64 iOrigJD; /* Original localtime */
47273 ** The MSVC CRT on Windows CE may not have a localtime() function.
47277 struct tm *__cdecl localtime(const time_t *t)
177691 ** If parameter onoff is 1, subsequent calls to localtime() fail.
177692 ** If 2, then invoke xAlt() instead of localtime(). If 0, normal