Searched refs:regex_continue_match (Results 1 – 3 of 3) sorted by relevance
85 void regex_continue_match(struct regex_match *match, const regex_char_t *input_string, int length);
186 regex_continue_match(match, test->string, ptr - test->string); in run_tests()
2423 void regex_continue_match(struct regex_match *match, const regex_char_t *input_string, int length) in regex_continue_match() function