Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_main.c10 #define testSetError(rc) testSetErrorFunc(rc, pRc, __FILE__, __LINE__)
11 static void testSetErrorFunc(int rc, int *pRc, const char *zFile, int iLine){ in testSetErrorFunc() function