HomeSort by relevance Sort by last modified time
    Searched refs:xCurrentTimeInt64 (Results 1 - 6 of 6) sorted by null

  /external/sqlite/dist/orig/
sqlite3.h     [all...]
shell.c 223 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){
224 clockVfs->xCurrentTimeInt64(clockVfs, &t);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
shell.c 229 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){
230 clockVfs->xCurrentTimeInt64(clockVfs, &t);
    [all...]
sqlite3.c     [all...]

Completed in 233 milliseconds