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 | 5821 void (*xValue)(sqlite3_context*),
|
| H A D | sqlite3.c | 6142 void (*xValue)(sqlite3_context*), 18991 void (*xValue)(sqlite3_context*); /* Current agg value */ 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}} 86156 assert( pFunc->xValue!=0 ); 86166 pFunc->xValue(&ctx); 111738 || (pDef->xValue==0 && pDef->xInverse==0) 111739 || (pDef->xValue && pDef->xInverse && pDef->xSFunc && pDef->xFinalize) 111741 if( pDef && pDef->xValue==0 && pWin ){ 142771 void (*xValue)(sqlite3_context*), [all …]
|