HomeSort by: relevance | last modified time | path
    Searched refs:xValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 317 void (*xValue)(sqlite3_context*),
sqlite3.h 5741 ** ^The sixth, seventh, eighth and ninth parameters (xStep, xFinal, xValue
5744 ** must both be non-NULL. xValue and xInverse may either both be NULL, in
5819 void (*xValue)(sqlite3_context*),
sqlite3.c 6062 ** ^The sixth, seventh, eighth and ninth parameters (xStep, xFinal, xValue
6065 ** must both be non-NULL. xValue and xInverse may either both be NULL, in
6140 void (*xValue)(sqlite3_context*),
18998 void (*xValue)(sqlite3_context*); /* Current agg value */
19139 ** WAGGREGATE(zName, nArg, iArg, xStep, xFinal, xValue, xInverse)
19198 #define WAGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue, xInverse, f) \
19200 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,xValue,xInverse,#zName, {0}}
    [all...]

Completed in 110 milliseconds