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

  /external/sqlite/dist/orig/
shell.c 106 static sqlite3_vfs *clockVfs = 0;
108 if( clockVfs==0 ) clockVfs = sqlite3_vfs_find(0);
109 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){
110 clockVfs->xCurrentTimeInt64(clockVfs, &t);
113 clockVfs->xCurrentTime(clockVfs, &r);
    [all...]
  /external/sqlite/dist/
shell.c 111 static sqlite3_vfs *clockVfs = 0;
113 if( clockVfs==0 ) clockVfs = sqlite3_vfs_find(0);
114 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){
115 clockVfs->xCurrentTimeInt64(clockVfs, &t);
118 clockVfs->xCurrentTime(clockVfs, &r);
    [all...]

Completed in 49 milliseconds