Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-glue.js368 xInverse: {sig:'v(pip)', f:__xInverseAndStep}, property
435 xInverse,//void (*xStep)(sqlite3_context*,int,sqlite3_value**) argument
H A Dsqlite3-api-prologue.js557 xStep, xFinal, xValue, xInverse, xDestroy argument
/sqlite-3.40.0/src/
H A Dtest_window.c29 Tcl_Obj *xInverse; member
H A DsqliteInt.h1837 void (*xInverse)(sqlite3_context*,int,sqlite3_value**); /* inverse agg-step */ member
2026 #define WAGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue, xInverse, f) \ argument