Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-capi/include/
H A Drure.h421 * rure_options_size_limit sets the appoximate size limit of the compiled
428 void rure_options_size_limit(rure_options *options, size_t limit);
/third_party/rust/crates/regex/regex-capi/ctest/
H A Dtest.c322 rure_options_size_limit(opts, 0); in test_compile_error_size_limit()
502 rure_options_size_limit(opts, 0); in test_regex_set_options()
/third_party/rust/crates/regex/regex-capi/src/
H A Drure.rs455 fn rure_options_size_limit(options: *mut Options, limit: size_t) { in rure_options_size_limit() functions

Completed in 4 milliseconds