Home
last modified time | relevance | path

Searched refs:pNotUsed (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/test/
H A Ddbfuzz2.c169 static int progress_handler(void *pNotUsed){ in progress_handler() argument
H A Ddbfuzz.c548 static void sqlLog(void *pNotUsed, int iErrCode, const char *zMsg){ in sqlLog() argument
/sqlite-3.40.0/tool/
H A Dfuzzershell.c183 static void shellLog(void *pNotUsed, int iErrCode, const char *zMsg){ in shellLog() argument
187 static void shellLogNoop(void *pNotUsed, int iErrCode, const char *zMsg){ in shellLogNoop() argument
/sqlite-3.40.0/src/
H A Dtest2.c36 static void pager_test_reiniter(DbPage *pNotUsed){ in pager_test_reiniter() argument
H A Dwhereexpr.c416 void *pNotUsed; in isAuxiliaryVtabOperator() local
423 i = pMod->xFindFunction(pVtab,2, pExpr->u.zToken, &xNotUsed, &pNotUsed); in isAuxiliaryVtabOperator()
H A Dos_win.c1167 sqlite3_vfs *pNotUsed, /* The VFS pointer. Not used */ in winSetSystemCall() argument
1174 UNUSED_PARAMETER(pNotUsed); in winSetSystemCall()
1210 sqlite3_vfs *pNotUsed, in winGetSystemCall() argument
1215 UNUSED_PARAMETER(pNotUsed); in winGetSystemCall()
H A Dos_unix.c573 sqlite3_vfs *pNotUsed, /* The VFS pointer. Not used */ in unixSetSystemCall() argument
580 UNUSED_PARAMETER(pNotUsed); in unixSetSystemCall()
616 sqlite3_vfs *pNotUsed, in unixGetSystemCall() argument
621 UNUSED_PARAMETER(pNotUsed); in unixGetSystemCall()
/sqlite-3.40.0/ext/misc/
H A Dscrub.c579 static void errorLogCallback(void *pNotUsed, int iErr, const char *zMsg){ in errorLogCallback() argument