Lines Matching refs:xStep

6198   void (*xStep)(sqlite3_context*,int,sqlite3_value**),
6208 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
6218 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
6228 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
17242 #define WAGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue, xInverse, f) \ argument
17244 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,xValue,xInverse,#zName, {0}}
123275 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
123279 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
123409 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
123506 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
161945 void (*xStep)(sqlite3_context*,int,sqlite3_value **),
161959 || ((xFinal==0)!=(xStep==0)) /* Both or neither of xFinal and xStep */
161993 pUserData, xSFunc, xStep, xFinal, xValue, xInverse, pDestructor);
161997 pUserData, xSFunc, xStep, xFinal, xValue, xInverse, pDestructor);
162042 p->xSFunc = xSFunc ? xSFunc : xStep;
162065 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
162092 xSFunc, xStep, xFinal, xValue, xInverse, pArg
162116 void (*xStep)(sqlite3_context*,int,sqlite3_value **),
162119 return createFunctionApi(db, zFunc, nArg, enc, p, xSFunc, xStep,
162129 void (*xStep)(sqlite3_context*,int,sqlite3_value **),
162133 return createFunctionApi(db, zFunc, nArg, enc, p, xSFunc, xStep,
162142 void (*xStep)(sqlite3_context*,int,sqlite3_value **),
162148 return createFunctionApi(db, zFunc, nArg, enc, p, 0, xStep,
162160 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
162172 rc = sqlite3CreateFunc(db, zFunc8, nArg, eTextRep, p, xSFunc,xStep,xFinal,0,0,0);
187126 void (*xStep)(sqlite3_context*,int,sqlite3_value**);
187157 aAgg[i].xStep, aAgg[i].xFinal,
193320 void (*xStep)(sqlite3_context*,int,sqlite3_value**);
193341 0, aAgg[i].xStep, aAgg[i].xFinal);