Lines Matching refs:testcase
66 testcase( rc ); in sqlite3IsNaN()
467 testcase( enc==SQLITE_UTF16LE ); in sqlite3AtoF()
468 testcase( enc==SQLITE_UTF16BE ); in sqlite3AtoF()
682 testcase( c==(-1) ); in compare2pow63()
683 testcase( c==0 ); in compare2pow63()
684 testcase( c==(+1) ); in compare2pow63()
741 testcase( i==18*incr ); in sqlite3Atoi64()
742 testcase( i==19*incr ); in sqlite3Atoi64()
743 testcase( i==20*incr ); in sqlite3Atoi64()
878 testcase( i==10 ); in sqlite3GetInt32()
882 testcase( v-neg==2147483647 ); in sqlite3GetInt32()
1311 testcase( p[0]&0x80 ); in sqlite3Get4byte()
1408 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3SafetyCheckOk()
1422 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3SafetyCheckSickOrOk()
1441 testcase( iA==0 ); testcase( iA==1 ); in sqlite3AddInt64()
1442 testcase( iB==-1 ); testcase( iB==0 ); in sqlite3AddInt64()
1444 testcase( iA>0 && LARGEST_INT64 - iA == iB ); in sqlite3AddInt64()
1445 testcase( iA>0 && LARGEST_INT64 - iA == iB - 1 ); in sqlite3AddInt64()
1448 testcase( iA<0 && -(iA + LARGEST_INT64) == iB + 1 ); in sqlite3AddInt64()
1449 testcase( iA<0 && -(iA + LARGEST_INT64) == iB + 2 ); in sqlite3AddInt64()
1460 testcase( iB==SMALLEST_INT64+1 ); in sqlite3SubInt64()
1462 testcase( (*pA)==(-1) ); testcase( (*pA)==0 ); in sqlite3SubInt64()