Searched refs:xSleep (Results 1 – 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3.h | 1444 int (*xSleep)(sqlite3_vfs*, int microseconds); member
|
/third_party/sqlite/src/ |
D | shell.c | 4300 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in apndSleep()
|
D | sqlite3.c | 1754 int (*xSleep)(sqlite3_vfs*, int microseconds); member 24294 return pVfs->xSleep(pVfs, nMicro); 49290 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); 207675 return pRealVfs->xSleep(pRealVfs, nMicro);
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 82479 - apndSleep, /* xSleep */ 83789 - return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); 87028 + apndSleep, /* xSleep */ 87956 + return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); 120114 - apndSleep, /* xSleep */ 121424 - return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); 124663 + apndSleep, /* xSleep */ 125591 + return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro);
|