Home
last modified time | relevance | path

Searched refs:sqlite3AddInt64 (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dutil.c1436 int sqlite3AddInt64(i64 *pA, i64 iB){ in sqlite3AddInt64() function
1467 return sqlite3AddInt64(pA, -iB); in sqlite3SubInt64()
H A Dfunc.c1573 if( (p->approx|p->overflow)==0 && sqlite3AddInt64(&p->iSum, v) ){ in sumStep()
H A DsqliteInt.h5025 int sqlite3AddInt64(i64*,i64);
H A Dvdbe.c1753 case OP_Add: if( sqlite3AddInt64(&iB,iA) ) goto fp_math; break; in sqlite3VdbeExec()
7365 if( x<=0 || sqlite3AddInt64(&x, pIn3->u.i>0?pIn3->u.i:0) ){ in sqlite3VdbeExec()