Home
last modified time | relevance | path

Searched refs:IS_BIG_INT (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dwal.c2143 testcase( IS_BIG_INT(iOffset) ); in walCheckpoint()
2153 testcase( IS_BIG_INT(szDb) ); in walCheckpoint()
H A DsqliteInt.h587 #define IS_BIG_INT(X) (((X)&~(i64)0xffffffff)!=0) macro