Home
last modified time | relevance | path

Searched refs:rure_set_free (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/regex/regex-capi/ctest/
H A Dtest.c407 rure_set_free(re); in test_regex_set_matches()
490 rure_set_free(re); in test_regex_set_match_start()
517 rure_set_free(re); in test_regex_set_options()
/third_party/rust/crates/regex/regex-capi/include/
H A Drure.h472 * rure_set_free frees the given compiled regular expression set.
476 void rure_set_free(rure_set *re);
/third_party/rust/crates/regex/regex-capi/src/
H A Drure.rs529 fn rure_set_free(re: *const RegexSet) { in rure_set_free() functions

Completed in 3 milliseconds