Lines Matching refs:xStep
5579 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5589 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5599 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5609 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
16939 #define WAGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue, xInverse, f) \ argument
16941 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,xValue,xInverse,#zName, {0}}
127398 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
127402 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
127532 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
127629 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
168408 void (*xStep)(sqlite3_context*,int,sqlite3_value **),
168421 || ((xFinal==0)!=(xStep==0)) /* Both or neither of xFinal and xStep */
168457 pUserData, xSFunc, xStep, xFinal, xValue, xInverse, pDestructor);
168461 pUserData, xSFunc, xStep, xFinal, xValue, xInverse, pDestructor);
168519 p->xSFunc = xSFunc ? xSFunc : xStep;
168542 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
168569 xSFunc, xStep, xFinal, xValue, xInverse, pArg
168572 assert( rc!=SQLITE_OK || (xStep==0 && xFinal==0) );
168593 void (*xStep)(sqlite3_context*,int,sqlite3_value **),
168596 return createFunctionApi(db, zFunc, nArg, enc, p, xSFunc, xStep,
168606 void (*xStep)(sqlite3_context*,int,sqlite3_value **),
168610 return createFunctionApi(db, zFunc, nArg, enc, p, xSFunc, xStep,
168619 void (*xStep)(sqlite3_context*,int,sqlite3_value **),
168625 return createFunctionApi(db, zFunc, nArg, enc, p, 0, xStep,
168637 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
168649 rc = sqlite3CreateFunc(db, zFunc8, nArg, eTextRep, p, xSFunc,xStep,xFinal,0,0,0);
193884 void (*xStep)(sqlite3_context*,int,sqlite3_value**);
193915 aAgg[i].xStep, aAgg[i].xFinal,
200139 void (*xStep)(sqlite3_context*,int,sqlite3_value**);
200160 0, aAgg[i].xStep, aAgg[i].xFinal);