Lines Matching refs:i64
421 typedef sqlite3_int64 i64; typedef
664 sqlite3_bind_int64(pStmt, i, *(i64 *)pArg); in getAndBindSqlStatement()
678 static i64 execsql_i64_x( in execsql_i64_x()
683 i64 iRet = 0; in execsql_i64_x()
866 static i64 filesize_x( in filesize_x()
870 i64 iRet = 0; in filesize_x()
888 i64 nByte = filesize_x(pErr, zFrom); in filecopy_x()
892 i64 iOff; in filecopy_x()
1126 i64 iNextWrite; /* Next value this thread will write */ in walthread3_thread()
1134 i64 sum1; in walthread3_thread()
1135 i64 sum2; in walthread3_thread()
1139 i64 iMax = execsql_i64(&err, &db, "SELECT max(cnt) FROM t1"); in walthread3_thread()
1202 i64 iRow = 1; in walthread4_writer_thread()
1242 i64 nRow; in walthread5_thread()
1317 i64 iRow; in cgt_pager_1_populate()
1320 i64 iBlob = 600 + (iRow%300); in cgt_pager_1_populate()
1327 i64 iRow; in cgt_pager_1_update()
1330 i64 iBlob = 600 + ((iRow+100)%300); in cgt_pager_1_update()
1336 i64 iRow; in cgt_pager_1_read()
1426 i64 iVal = 0; in dynamic_triggers_2()