Searched refs:pNotUsed (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | dbfuzz2.c | 169 static int progress_handler(void *pNotUsed){ in progress_handler() argument
|
| H A D | dbfuzz.c | 548 static void sqlLog(void *pNotUsed, int iErrCode, const char *zMsg){ in sqlLog() argument
|
| /sqlite-3.40.0/tool/ |
| H A D | fuzzershell.c | 183 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 D | test2.c | 36 static void pager_test_reiniter(DbPage *pNotUsed){ in pager_test_reiniter() argument
|
| H A D | whereexpr.c | 416 void *pNotUsed; in isAuxiliaryVtabOperator() local 423 i = pMod->xFindFunction(pVtab,2, pExpr->u.zToken, &xNotUsed, &pNotUsed); in isAuxiliaryVtabOperator()
|
| H A D | os_win.c | 1167 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 D | os_unix.c | 573 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 D | scrub.c | 579 static void errorLogCallback(void *pNotUsed, int iErr, const char *zMsg){ in errorLogCallback() argument
|