Home
last modified time | relevance | path

Searched refs:rure_captures_new (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/regex/regex-capi/examples/
H A Diter.c73 rure_captures *caps = rure_captures_new(re); in main()
/third_party/rust/crates/regex/regex-capi/include/
H A Drure.h362 * rure_captures_new allocates storage for all capturing groups in re.
373 rure_captures *rure_captures_new(rure *re);
/third_party/rust/crates/regex/regex-capi/ctest/
H A Dtest.c95 rure_captures *caps = rure_captures_new(re); in test_captures()
157 rure_captures *caps = rure_captures_new(re); in test_iter()
/third_party/rust/crates/regex/regex-capi/src/
H A Drure.rs401 fn rure_captures_new(re: *const Regex) -> *mut Captures { in rure_captures_new() functions

Completed in 3 milliseconds