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

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c14434 static sqlite3_int64 localtimeOffset( function
14528 p->iJD += localtimeOffset(p, pCtx, &rc);
14550 c1 = localtimeOffset(p, pCtx, &rc);
14554 p->iJD += c1 - localtimeOffset(p, pCtx, &rc);
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c13672 static sqlite3_int64 localtimeOffset( function
13766 p->iJD += localtimeOffset(p, pCtx, &rc);
13788 c1 = localtimeOffset(p, pCtx, &rc);
13792 p->iJD += c1 - localtimeOffset(p, pCtx, &rc);
[all...]

Completed in 599 milliseconds