Searched refs:testCompareInt (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest7.c | 27 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 35 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 37 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 42 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 46 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 49 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 56 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 59 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 62 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() 72 testCompareInt(LSM_OK, ret, pRc); in do_test_api1_lsm() [all …]
|
| H A D | lsmtest1.c | 614 testCompareInt(0, dbrc, &rc); in doDataTest3() 617 testCompareInt(1, (nDbVal>0), &rc); in doDataTest3() 619 testCompareInt(1, (nDbVal<0), &rc); in doDataTest3()
|
| H A D | lsmtest3.c | 182 testCompareInt(nCurrent, nDbRow, &rc); in rollback_test_1()
|
| H A D | lsmtest.h | 286 void testCompareInt(int, int, int *);
|
| H A D | lsmtest2.c | 119 void testCompareInt(int i1, int i2, int *pRc){ in testCompareInt() function
|