Searched refs:sqlite3SubInt64 (Results 1 – 3 of 3) sorted by relevance
1456 int sqlite3SubInt64(i64 *pA, i64 iB){ in sqlite3SubInt64() function
5026 int sqlite3SubInt64(i64*,i64);
1754 case OP_Subtract: if( sqlite3SubInt64(&iB,iA) ) goto fp_math; break; in sqlite3VdbeExec()