Home
last modified time | relevance | path

Searched refs:UNUSED_PARAMETER (Results 1 – 25 of 51) sorted by relevance

123

/sqlite-3.40.0/src/
H A Dtest_thread.c86 UNUSED_PARAMETER(flags); in tclScriptEvent()
192 UNUSED_PARAMETER(clientData); in sqlthread_spawn()
193 UNUSED_PARAMETER(objc); in sqlthread_spawn()
239 UNUSED_PARAMETER(objc); in sqlthread_parent()
260 UNUSED_PARAMETER(pArg); in xBusy()
261 UNUSED_PARAMETER(nBusy); in xBusy()
286 UNUSED_PARAMETER(objc); in sqlthread_open()
315 UNUSED_PARAMETER(objc); in sqlthread_id()
316 UNUSED_PARAMETER(objv); in sqlthread_id()
382 UNUSED_PARAMETER(objc); in clock_seconds_proc()
[all …]
H A Dmemdb.c188 UNUSED_PARAMETER(p); in memdbEnter()
191 UNUSED_PARAMETER(p); in memdbLeave()
348 UNUSED_PARAMETER(pFile); in memdbSync()
349 UNUSED_PARAMETER(flags); in memdbSync()
459 UNUSED_PARAMETER(pFile); in memdbDeviceCharacteristics()
488 UNUSED_PARAMETER(iOfst); in memdbUnfetch()
489 UNUSED_PARAMETER(pPage); in memdbUnfetch()
509 UNUSED_PARAMETER(pVfs); in memdbOpen()
602 UNUSED_PARAMETER(pVfs); in memdbAccess()
603 UNUSED_PARAMETER(zPath); in memdbAccess()
[all …]
H A Dmutex_noop.c41 UNUSED_PARAMETER(id); in noopMutexAlloc()
44 static void noopMutexFree(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } in noopMutexFree()
45 static void noopMutexEnter(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } in noopMutexEnter()
47 UNUSED_PARAMETER(p); in noopMutexTry()
50 static void noopMutexLeave(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } in noopMutexLeave()
H A Dtest_rtree.c450 UNUSED_PARAMETER(clientData); in register_cube_geom()
451 UNUSED_PARAMETER(interp); in register_cube_geom()
452 UNUSED_PARAMETER(objc); in register_cube_geom()
453 UNUSED_PARAMETER(objv); in register_cube_geom()
478 UNUSED_PARAMETER(clientData); in register_circle_geom()
479 UNUSED_PARAMETER(interp); in register_circle_geom()
480 UNUSED_PARAMETER(objc); in register_circle_geom()
481 UNUSED_PARAMETER(objv); in register_circle_geom()
H A Dwindow.c154 UNUSED_PARAMETER(nArg); in row_numberStepFunc()
155 UNUSED_PARAMETER(apArg); in row_numberStepFunc()
186 UNUSED_PARAMETER(nArg); in dense_rankStepFunc()
187 UNUSED_PARAMETER(apArg); in dense_rankStepFunc()
242 UNUSED_PARAMETER(nArg); in nth_valueStepFunc()
243 UNUSED_PARAMETER(apArg); in nth_valueStepFunc()
276 UNUSED_PARAMETER(nArg); in first_valueStepFunc()
277 UNUSED_PARAMETER(apArg); in first_valueStepFunc()
310 UNUSED_PARAMETER(nArg); in rankStepFunc()
494 UNUSED_PARAMETER(nArg); in last_valueStepFunc()
[all …]
H A Dfunc.c86 UNUSED_PARAMETER(NotUsed); in typeofFunc()
109 UNUSED_PARAMETER(argc); in subtypeFunc()
122 UNUSED_PARAMETER(argc); in lengthFunc()
160 UNUSED_PARAMETER(argc); in absFunc()
223 UNUSED_PARAMETER(argc); in instrFunc()
472 UNUSED_PARAMETER(argc); in upperFunc()
491 UNUSED_PARAMETER(argc); in lowerFunc()
554 UNUSED_PARAMETER(argc); in randomBlob()
995 UNUSED_PARAMETER(argc); in errlogFunc()
1013 UNUSED_PARAMETER(argc); in compileoptionusedFunc()
[all …]
H A Dwalker.c120 UNUSED_PARAMETER(pWalker); in sqlite3WalkWinDefnDummyCallback()
121 UNUSED_PARAMETER(p); in sqlite3WalkWinDefnDummyCallback()
226 UNUSED_PARAMETER(pSelect); in sqlite3WalkerDepthIncrease()
231 UNUSED_PARAMETER(pSelect); in sqlite3WalkerDepthDecrease()
H A Dos_unix.c580 UNUSED_PARAMETER(pNotUsed); in unixSetSystemCall()
621 UNUSED_PARAMETER(pNotUsed); in unixGetSystemCall()
637 UNUSED_PARAMETER(p); in unixNextSystemCall()
3610 UNUSED_PARAMETER(fd); in full_fsync()
5047 UNUSED_PARAMETER(fd); in unixShmBarrier()
5308 UNUSED_PARAMETER(iOff); in unixUnfetch()
5326 UNUSED_PARAMETER(fd); in unixUnfetch()
5327 UNUSED_PARAMETER(p); in unixUnfetch()
5328 UNUSED_PARAMETER(iOff); in unixUnfetch()
5396 UNUSED_PARAMETER(z); UNUSED_PARAMETER(p); \
[all …]
H A Dos_win.c1231 UNUSED_PARAMETER(p); in winNextSystemCall()
3013 UNUSED_PARAMETER(id);
3473 UNUSED_PARAMETER(id);
3479 UNUSED_PARAMETER(id);
3485 UNUSED_PARAMETER(id);
4187 UNUSED_PARAMETER(fd);
5346 UNUSED_PARAMETER(pVfs);
5454 UNUSED_PARAMETER(pVfs);
5799 UNUSED_PARAMETER(pVfs);
5822 UNUSED_PARAMETER(pVfs);
[all …]
H A Djson.c1414 UNUSED_PARAMETER(argc); in jsonTest1Func()
1435 UNUSED_PARAMETER(argc); in jsonQuoteFunc()
1709 UNUSED_PARAMETER(argc); in jsonPatchFunc()
1946 UNUSED_PARAMETER(argc); in jsonValidFunc()
1966 UNUSED_PARAMETER(argc); in jsonArrayStep()
2026 UNUSED_PARAMETER(argc); in jsonGroupInverse()
2027 UNUSED_PARAMETER(argv); in jsonGroupInverse()
2071 UNUSED_PARAMETER(argc); in jsonObjectStep()
2163 UNUSED_PARAMETER(argv); in jsonEachConnect()
2188 UNUSED_PARAMETER(p); in jsonEachOpenEach()
[all …]
H A Dmem1.c259 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
267 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()
H A Danalyze.c417 UNUSED_PARAMETER(argc); in statInit()
712 UNUSED_PARAMETER( argc ); in statPush()
713 UNUSED_PARAMETER( context ); in statPush()
913 UNUSED_PARAMETER( argc ); in statGet()
934 UNUSED_PARAMETER( iParam ); in callStatGet()
1491 UNUSED_PARAMETER(aOut);
1614 UNUSED_PARAMETER(db);
1615 UNUSED_PARAMETER(pIdx);
H A Dmem3.c553 UNUSED_PARAMETER(NotUsed); in memsys3Init()
578 UNUSED_PARAMETER(NotUsed); in memsys3Shutdown()
658 UNUSED_PARAMETER(zFilename); in sqlite3Memsys3Dump()
H A Dmem2.c189 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
203 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()
H A Dmem5.c462 UNUSED_PARAMETER(NotUsed); in memsys5Init()
514 UNUSED_PARAMETER(NotUsed); in memsys5Shutdown()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_term.c76 UNUSED_PARAMETER(pCtx); in fts3termConnectMethod()
148 UNUSED_PARAMETER(pVTab); in fts3termBestIndexMethod()
170 UNUSED_PARAMETER(pVTab); in fts3termOpenMethod()
260 UNUSED_PARAMETER(nVal); in fts3termFilterMethod()
261 UNUSED_PARAMETER(idxNum); in fts3termFilterMethod()
262 UNUSED_PARAMETER(idxStr); in fts3termFilterMethod()
263 UNUSED_PARAMETER(apVal); in fts3termFilterMethod()
H A Dfts3_test.c172 UNUSED_PARAMETER(clientData); in fts3_near_match_cmd()
327 UNUSED_PARAMETER(clientData); in fts3_configure_incr_load_cmd()
366 UNUSED_PARAMETER(argc); in testTokenizerCreate()
367 UNUSED_PARAMETER(argv); in testTokenizerCreate()
391 UNUSED_PARAMETER(pTokenizer); in testTokenizerOpen()
523 UNUSED_PARAMETER(clientData); in fts3_test_tokenizer_cmd()
569 UNUSED_PARAMETER(clientData); in fts3_test_varint_cmd()
H A Dfts3_tokenize_vtab.c239 UNUSED_PARAMETER(pVTab); in fts3tokBestIndexMethod()
265 UNUSED_PARAMETER(pVTab); in fts3tokOpenMethod()
343 UNUSED_PARAMETER(idxStr); in fts3tokFilterMethod()
344 UNUSED_PARAMETER(nVal); in fts3tokFilterMethod()
H A Dfts3_aux.c73 UNUSED_PARAMETER(pUnused); in fts3auxConnectMethod()
160 UNUSED_PARAMETER(pVTab); in fts3auxBestIndexMethod()
222 UNUSED_PARAMETER(pVTab); in fts3auxOpenMethod()
384 UNUSED_PARAMETER(nVal); in fts3auxFilterMethod()
385 UNUSED_PARAMETER(idxStr); in fts3auxFilterMethod()
H A Dfts3_porter.c65 UNUSED_PARAMETER(argc); in porterCreate()
66 UNUSED_PARAMETER(argv); in porterCreate()
96 UNUSED_PARAMETER(pTokenizer); in porterOpen()
H A Dfts3_tokenizer.c433 UNUSED_PARAMETER(argc); in intTestFunc()
434 UNUSED_PARAMETER(argv); in intTestFunc()
H A Dfts3.c1743 UNUSED_PARAMETER(pVTab); in fts3OpenMethod()
3317 UNUSED_PARAMETER(idxStr); in fts3FilterMethod()
3318 UNUSED_PARAMETER(nVal); in fts3FilterMethod()
3591 UNUSED_PARAMETER(pVtab); in fts3BeginMethod()
3613 UNUSED_PARAMETER(pVtab); in fts3CommitMethod()
3760 UNUSED_PARAMETER(nVal); in fts3OffsetsFunc()
3788 UNUSED_PARAMETER(nVal); in fts3OptimizeFunc()
3851 UNUSED_PARAMETER(pVtab); in fts3FindFunctionMethod()
3852 UNUSED_PARAMETER(nArg); in fts3FindFunctionMethod()
3853 UNUSED_PARAMETER(ppArg); in fts3FindFunctionMethod()
[all …]
/sqlite-3.40.0/ext/misc/
H A Ddecimal.c26 #ifndef UNUSED_PARAMETER
27 # define UNUSED_PARAMETER(X) (void)(X) macro
244 UNUSED_PARAMETER(argc); in decimalFunc()
298 UNUSED_PARAMETER(argc); in decimalCmpFunc()
423 UNUSED_PARAMETER(notUsed); in decimalCollFunc()
448 UNUSED_PARAMETER(argc); in decimalAddFunc()
461 UNUSED_PARAMETER(argc); in decimalSubFunc()
483 UNUSED_PARAMETER(argc); in decimalSumStep()
509 UNUSED_PARAMETER(argc); in decimalSumInverse()
550 UNUSED_PARAMETER(argc); in decimalMulFunc()
H A Dieee754.c95 #ifndef UNUSED_PARAMETER
96 # define UNUSED_PARAMETER(X) (void)(X) macro
222 UNUSED_PARAMETER(argc); in ieee754func_from_blob()
242 UNUSED_PARAMETER(argc); in ieee754func_to_blob()
/sqlite-3.40.0/mptest/
H A Dmptest.c68 #define UNUSED_PARAMETER(x) (void)x macro
310 UNUSED_PARAMETER(argc); in vfsNameFunc()
311 UNUSED_PARAMETER(argv); in vfsNameFunc()
322 UNUSED_PARAMETER(pCD); in busyHandler()
335 UNUSED_PARAMETER(NotUsed1); in sqlTraceCallback()
343 UNUSED_PARAMETER(pArg); in sqlErrorCallback()
477 UNUSED_PARAMETER(azCol); in evalCallback()
522 UNUSED_PARAMETER(argc); in evalFunc()

123