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 165 static sqlite3_vfs *clockVfs = 0;
167 if( clockVfs==0 ) clockVfs = sqlite3_vfs_find(0);
168 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){
169 clockVfs->xCurrentTimeInt64(clockVfs, &t);
172 clockVfs->xCurrentTime(clockVfs, &r);
    [all...]
  /external/sqlite/dist/
shell.c 171 static sqlite3_vfs *clockVfs = 0;
173 if( clockVfs==0 ) clockVfs = sqlite3_vfs_find(0);
174 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){
175 clockVfs->xCurrentTimeInt64(clockVfs, &t);
178 clockVfs->xCurrentTime(clockVfs, &r);
    [all...]

Completed in 1430 milliseconds