Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_TESTCTRL_ASSERT

7112 #define SQLITE_TESTCTRL_ASSERT                  12
144280 ** sqlite3_test_control(SQLITE_TESTCTRL_ASSERT, int X)
144290 case SQLITE_TESTCTRL_ASSERT: {
144311 ** SQLITE_TESTCTRL_ASSERT shows that assert() is disabled and the second
144313 ** SQLITE_TESTCTRL_ASSERT shows that assert() is enabled.
144319 ** }else if( sqlite3_test_control(SQLITE_TESTCTRL_ASSERT, 1) ){