Searched refs:isc_regex_validate (Results 1 – 7 of 7) sorted by relevance
26 isc_regex_validate(const char *expression);
27 isc_regex_validate(const char *expression);
39 /* test isc_regex_validate() */2321 r = isc_regex_validate(tests[i].expression); in ISC_RUN_TEST_IMPL()
37 isc_regex_validate(const char *c) { in isc_regex_validate() function
36 isc_regex_validate(const char *c) {37 isc_regex_validate(const char *c) { isc_regex_validate() function
167 n = isc_regex_validate(regex); in txt_valid_regex()