Home
last modified time | relevance | path

Searched defs:xValue (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-glue.js370 xValue: {sig:'v(p)', f:__xFinalAndValue}, property
434 xValue, //void (*xFinal)(sqlite3_context*) argument
H A Dsqlite3-api-prologue.js557 xStep, xFinal, xValue, xInverse, xDestroy argument
/sqlite-3.40.0/src/
H A Dtest_window.c28 Tcl_Obj *xValue; member
H A DsqliteInt.h1836 void (*xValue)(sqlite3_context*); /* Current agg value */ member
2026 #define WAGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue, xInverse, f) \ argument