HomeSort by: relevance | last modified time | path
    Searched refs:xCurrentTime (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 1481 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1488 ** least the number of microseconds given. ^The xCurrentTime()
1497 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1531 int (*xCurrentTime)(sqlite3_vfs*, double*);
shell.c 11647 apndCurrentTime, /* xCurrentTime */
12069 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut);
13690 pVfs->xCurrentTime(pVfs, &day);
19258 vfstrace_printf(pInfo, "%s.xCurrentTime()", pInfo->zVfsName);
19259 rc = pRoot->xCurrentTime(pRoot, pTimeOut);
19361 pNew->xCurrentTime = vfstraceCurrentTime;
24066 clockVfs->xCurrentTime(clockVfs, &r);
    [all...]
sqlite3.c 1802 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1809 ** least the number of microseconds given. ^The xCurrentTime()
1818 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1852 int (*xCurrentTime)(sqlite3_vfs*, double*);
    [all...]

Completed in 149 milliseconds