Lines Matching refs:UNUSED_PARAMETER

154   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()
311 UNUSED_PARAMETER(apArg); in rankStepFunc()
334 UNUSED_PARAMETER(nArg); assert( nArg==0 ); in percent_rankStepFunc()
335 UNUSED_PARAMETER(apArg); in percent_rankStepFunc()
347 UNUSED_PARAMETER(nArg); assert( nArg==0 ); in percent_rankInvFunc()
348 UNUSED_PARAMETER(apArg); in percent_rankInvFunc()
379 UNUSED_PARAMETER(nArg); assert( nArg==0 ); in cume_distStepFunc()
380 UNUSED_PARAMETER(apArg); in cume_distStepFunc()
392 UNUSED_PARAMETER(nArg); assert( nArg==0 ); in cume_distInvFunc()
393 UNUSED_PARAMETER(apArg); in cume_distInvFunc()
428 assert( nArg==1 ); UNUSED_PARAMETER(nArg); in ntileStepFunc()
448 assert( nArg==1 ); UNUSED_PARAMETER(nArg); in ntileInvFunc()
449 UNUSED_PARAMETER(apArg); in ntileInvFunc()
494 UNUSED_PARAMETER(nArg); in last_valueStepFunc()
512 UNUSED_PARAMETER(nArg); in last_valueInvFunc()
513 UNUSED_PARAMETER(apArg); in last_valueInvFunc()
574 UNUSED_PARAMETER(p); /*NO_TEST*/ in noopStepFunc()
575 UNUSED_PARAMETER(n); /*NO_TEST*/ in noopStepFunc()
576 UNUSED_PARAMETER(a); /*NO_TEST*/ in noopStepFunc()
579 static void noopValueFunc(sqlite3_context *p){ UNUSED_PARAMETER(p); /*no-op*/ } in noopValueFunc()