Home
last modified time | relevance | path

Searched refs:sqlite3SubInt64 (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dutil.c1456 int sqlite3SubInt64(i64 *pA, i64 iB){ in sqlite3SubInt64() function
H A DsqliteInt.h5026 int sqlite3SubInt64(i64*,i64);
H A Dvdbe.c1754 case OP_Subtract: if( sqlite3SubInt64(&iB,iA) ) goto fp_math; break; in sqlite3VdbeExec()