Lines Matching refs:NotUsed
2177 static int nolockCheckReservedLock(sqlite3_file *NotUsed, int *pResOut){ in nolockCheckReservedLock() argument
2178 UNUSED_PARAMETER(NotUsed); in nolockCheckReservedLock()
2182 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ in nolockLock() argument
2183 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockLock()
2186 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){ in nolockUnlock() argument
2187 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockUnlock()
6363 sqlite3_vfs *NotUsed, /* VFS containing this as the xDelete method */ in unixDelete() argument
6368 UNUSED_PARAMETER(NotUsed); in unixDelete()
6411 sqlite3_vfs *NotUsed, /* The VFS containing this xAccess method */ in unixAccess() argument
6416 UNUSED_PARAMETER(NotUsed); in unixAccess()
6572 static void *unixDlOpen(sqlite3_vfs *NotUsed, const char *zFilename){ in unixDlOpen() argument
6573 UNUSED_PARAMETER(NotUsed); in unixDlOpen()
6584 static void unixDlError(sqlite3_vfs *NotUsed, int nBuf, char *zBufOut){ in unixDlError() argument
6586 UNUSED_PARAMETER(NotUsed); in unixDlError()
6594 static void (*unixDlSym(sqlite3_vfs *NotUsed, void *p, const char*zSym))(void){ in unixDlSym() argument
6613 UNUSED_PARAMETER(NotUsed); in unixDlSym()
6617 static void unixDlClose(sqlite3_vfs *NotUsed, void *pHandle){ in unixDlClose() argument
6618 UNUSED_PARAMETER(NotUsed); in unixDlClose()
6631 static int unixRandomness(sqlite3_vfs *NotUsed, int nBuf, char *zBuf){ in unixRandomness() argument
6632 UNUSED_PARAMETER(NotUsed); in unixRandomness()
6678 static int unixSleep(sqlite3_vfs *NotUsed, int microseconds){ in unixSleep() argument
6685 UNUSED_PARAMETER(NotUsed); in unixSleep()
6690 UNUSED_PARAMETER(NotUsed); in unixSleep()
6695 UNUSED_PARAMETER(NotUsed); in unixSleep()
6719 static int unixCurrentTimeInt64(sqlite3_vfs *NotUsed, sqlite3_int64 *piNow){ in unixCurrentTimeInt64() argument
6741 UNUSED_PARAMETER(NotUsed); in unixCurrentTimeInt64()
6751 static int unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow){ in unixCurrentTime() argument
6754 UNUSED_PARAMETER(NotUsed); in unixCurrentTime()
6769 static int unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3){ in unixGetLastError() argument
6770 UNUSED_PARAMETER(NotUsed); in unixGetLastError()