Searched refs:xValue (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 317 void (*xValue)(sqlite3_context*),
|
| H A D | sqlite3.h | 5708 void (*xValue)(sqlite3_context*),
|
| H A D | sqlite3.c | 6027 void (*xValue)(sqlite3_context*), 18345 void (*xValue)(sqlite3_context*); /* Current agg value */ member 18545 #define WAGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue, xInverse, f) \ argument 18547 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,xValue,xInverse,#zName, {0}} 84365 assert( pFunc->xValue!=0 ); 84375 pFunc->xValue(&ctx); 109268 || (pDef->xValue==0 && pDef->xInverse==0) 109269 || (pDef->xValue && pDef->xInverse && pDef->xSFunc && pDef->xFinalize) 109271 if( pDef && pDef->xValue==0 && pWin ){ 138688 void (*xValue)(sqlite3_context*), [all …]
|