Searched refs:combined_flags (Results 1 – 1 of 1) sorted by relevance
4377 int combined_flags; in sqlite3MemCompare() local4381 combined_flags = f1|f2; in sqlite3MemCompare()4387 if( combined_flags&MEM_Null ){ in sqlite3MemCompare()4393 if( combined_flags&(MEM_Int|MEM_Real|MEM_IntReal) ){ in sqlite3MemCompare()4394 testcase( combined_flags & MEM_Int ); in sqlite3MemCompare()4395 testcase( combined_flags & MEM_Real ); in sqlite3MemCompare()4396 testcase( combined_flags & MEM_IntReal ); in sqlite3MemCompare()4437 if( combined_flags&MEM_Str ){ in sqlite3MemCompare()