Home
last modified time | relevance | path

Searched defs:zPattern (Results 1 – 19 of 19) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest7.c108 static void do_test_api1(const char *zPattern, int *pRc){ in do_test_api1()
167 static void do_test_api2(const char *zPattern, int *pRc){ in do_test_api2()
201 const char *zPattern, /* Run test cases that match this pattern */ in test_api()
H A Dlsmtest1.c345 const char *zPattern, /* Run test cases that match this pattern */ in test_data_1()
500 const char *zPattern, /* Run test cases that match this pattern */ in test_data_2()
638 const char *zPattern, /* Run test cases that match this pattern */ in test_data_3()
H A Dlsmtest2.c146 int testCaseBegin(int *pRc, const char *zPattern, const char *zFmt, ...){ in testCaseBegin()
466 void do_crash_test(const char *zPattern, int *pRc){ in do_crash_test()
H A Dlsmtest4.c113 const char *zPattern, /* Run test cases that match this pattern */ in test_mc()
H A Dlsmtest9.c122 const char *zPattern, /* Run test cases that match this pattern */ in test_data_4()
H A Dlsmtest5.c574 const char *zPattern, /* Run test cases that match this pattern */ in do_test_mt1()
628 const char *zPattern, /* Run test cases that match this pattern */ in test_mt()
H A Dlsmtest3.c219 const char *zPattern, in test_rollback()
H A Dlsmtest6.c618 static void do_test_oom1(const char *zPattern, int *pRc){ in do_test_oom1()
657 const char *zPattern, /* Run test cases that match this pattern */ in test_oom()
H A Dlsmtest8.c307 void do_writer_crash_test(const char *zPattern, int *pRc){ in do_writer_crash_test()
H A Dlsmtest_main.c433 int testGlobMatch(const char *zPattern, const char *zStr){ in testGlobMatch()
467 const char *zPattern = 0; in do_test() local
/sqlite-3.40.0/ext/icu/
H A Dicu.c123 const uint8_t *zPattern, /* LIKE pattern */ in icuLikeCompare()
294 const UChar *zPattern = sqlite3_value_text16(apArg[0]); in icuRegexpFunc() local
/sqlite-3.40.0/test/
H A Dstartup.c392 const char *zPattern; in displayLinuxIoStats() member
H A Dkvtest.c689 const char *zPattern; in displayLinuxIoStats() member
H A Dspeedtest1.c2164 const char *zPattern; in displayLinuxIoStats() member
/sqlite-3.40.0/ext/misc/
H A Dregexp.c755 const char *zPattern; /* The regular expression */ in re_sql_func() local
799 const char *zPattern; in re_bytecode_func() local
H A Dspellfix.c1927 char *zPattern; /* rhs of MATCH clause */ member
2370 const char *zPattern; /* Transliterated input string */ member
2534 char *zPattern; /* Transliteration of zMatchThis */ in spellfix1FilterForMatch() local
/sqlite-3.40.0/src/
H A Dtest_quota.c80 const char *zPattern; /* Filename pattern to be quotaed */ member
839 const char *zPattern, /* The filename pattern */ in sqlite3_quota_set()
1418 const char *zPattern; /* File pattern to configure */ in test_quota_set() local
1878 const char *zPattern; /* The glob pattern */ in test_quota_glob() local
H A Dfunc.c693 const u8 *zPattern, /* The glob pattern */ in patternCompare()
839 int sqlite3_strlike(const char *zPattern, const char *zStr, unsigned int esc){ in sqlite3_strlike()
1258 const unsigned char *zPattern; /* The pattern string B */ in replaceFunc() local
H A Dshell.c.in2772 const char *zPattern; member
4617 static int showHelp(FILE *out, const char *zPattern){