Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest3.c227 bRun = testGlobMatch(zPattern, zName); in test_rollback()
H A Dlsmtest.h177 int testGlobMatch(const char *zPattern, const char *zStr);
H A Dlsmtest2.c155 if( zPattern==0 || testGlobMatch(zPattern, zTest) ){ in testCaseBegin()
H A Dlsmtest_main.c433 int testGlobMatch(const char *zPattern, const char *zStr){ in testGlobMatch() function
442 if( testGlobMatch(&zPattern[i+1], &zStr[j]) ) return 1; in testGlobMatch()