sqlite3AddInt64 11288 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3AddInt64(i64*,i64); sqlite3AddInt64 21335 third_party/sqlite/amalgamation/sqlite3.c return sqlite3AddInt64(pA, -iB); sqlite3AddInt64 21357 third_party/sqlite/amalgamation/sqlite3.c if( sqlite3AddInt64(&r, iA0*iB0) ) return 1; sqlite3AddInt64 63573 third_party/sqlite/amalgamation/sqlite3.c case OP_Add: if( sqlite3AddInt64(&u.af.iB,u.af.iA) ) goto fp_math; break; sqlite3AddInt64 82941 third_party/sqlite/amalgamation/sqlite3.c if( (p->approx|p->overflow)==0 && sqlite3AddInt64(&p->iSum, v) ){ sqlite3AddInt64 1242 third_party/sqlite/src/src/func.c if( (p->approx|p->overflow)==0 && sqlite3AddInt64(&p->iSum, v) ){ sqlite3AddInt64 2943 third_party/sqlite/src/src/sqliteInt.h int sqlite3AddInt64(i64*,i64); sqlite3AddInt64 1115 third_party/sqlite/src/src/util.c return sqlite3AddInt64(pA, -iB); sqlite3AddInt64 1137 third_party/sqlite/src/src/util.c if( sqlite3AddInt64(&r, iA0*iB0) ) return 1; sqlite3AddInt64 1249 third_party/sqlite/src/src/vdbe.c case OP_Add: if( sqlite3AddInt64(&iB,iA) ) goto fp_math; break;