Searched refs:xInverse (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 5822 void (*xInverse)(sqlite3_context*,int,sqlite3_value**),
|
| H A D | sqlite3.c | 6143 void (*xInverse)(sqlite3_context*,int,sqlite3_value**), 18992 void (*xInverse)(sqlite3_context*,int,sqlite3_value**); /* inverse agg-step */ member 19191 #define WAGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue, xInverse, f) \ argument 19193 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,xValue,xInverse,#zName, {0}} 104529 (pCtx->pFunc->xInverse)(pCtx,pCtx->argc,pCtx->argv); 111738 || (pDef->xValue==0 && pDef->xInverse==0) 111739 || (pDef->xValue && pDef->xInverse && pDef->xSFunc && pDef->xFinalize) 189317 void (*xInverse)(sqlite3_context*,int,sqlite3_value **), 189328 || ((xValue==0)!=(xInverse==0)) /* Both or neither of xValue, xInverse */ 189364 pUserData, xSFunc, xStep, xFinal, xValue, xInverse, pDestructor); [all …]
|