Home
last modified time | relevance | path

Searched refs:testCompareInt (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest7.c27 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 Dlsmtest1.c614 testCompareInt(0, dbrc, &rc); in doDataTest3()
617 testCompareInt(1, (nDbVal>0), &rc); in doDataTest3()
619 testCompareInt(1, (nDbVal<0), &rc); in doDataTest3()
H A Dlsmtest3.c182 testCompareInt(nCurrent, nDbRow, &rc); in rollback_test_1()
H A Dlsmtest.h286 void testCompareInt(int, int, int *);
H A Dlsmtest2.c119 void testCompareInt(int i1, int i2, int *pRc){ in testCompareInt() function