Home | History | Annotate | Download | only in dist

Lines Matching defs:vx

4873 ** ^In the "vX" interfaces, the prepared statement
5560 ** on whether the statement was prepared using the newer "vX" interfaces
5564 ** new "vX" interface is recommended for new applications but the legacy
5629 ** by sqlite3_step(). The use of the "vX" interfaces is recommended.
136753 double ix, vx;
136766 vx = p->a[i1];
136771 vx = v1 + (v2-v1)*(ix-i1);
136773 sqlite3_result_double(pCtx, vx);