HomeSort by relevance Sort by last modified time
    Searched defs:iT (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
date.c 55 ** as part of the "Secure CRT". It is essentially equivalent to
521 ** Assuming the current time value is UTC (a.k.a. GMT), shift it to
1035 sqlite3_int64 iT;
1042 sqlite3OsCurrentTimeInt64(db->pVfs, &iT);
1043 t = iT/1000 - 10000*(sqlite3_int64)21086676;
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 48 ** underlying operating system supports it. If the OS lacks
133 ** It used to be the case that setting this value to zero would
134 ** turn the limit off. That is no longer true. It is not possible
222 ** compile time. This is no longer permitted, on the grounds that it creates
334 ** if it is available, it requires an #include of specific headers
351 #else /* Generates a warning - but it always works */
377 ** It determines whether or not the features related to
393 ** pared it down to just these two.)
418 ** so it is omitted there. See ticket #2673
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 48 ** underlying operating system supports it. If the OS lacks
84 ** this is the only known way to reliably obtain it. This entire #if block
129 ** or constant definition does not appear in this file, then it is
182 ** that we have taken it all out and gone back to using simple
209 ** be larger than the release from which it is derived. Either Y will
302 ** the mutexes are omitted. Without the mutexes, it is not safe
306 ** So if speed is of utmost importance, it makes sense to disable
311 ** version of SQLite that it is linking against was compiled with
334 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
408 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocatio
    [all...]
  /external/sqlite/dist/
sqlite3.c 48 ** underlying operating system supports it. If the OS lacks
84 ** this is the only known way to reliably obtain it. This entire #if block
129 ** or constant definition does not appear in this file, then it is
182 ** that we have taken it all out and gone back to using simple
209 ** be larger than the release from which it is derived. Either Y will
302 ** the mutexes are omitted. Without the mutexes, it is not safe
306 ** So if speed is of utmost importance, it makes sense to disable
311 ** version of SQLite that it is linking against was compiled with
334 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
408 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocatio
    [all...]

Completed in 2161 milliseconds