Home
last modified time | relevance | path

Searched refs:rure_options (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/regex/regex-capi/include/
H A Drure.h27 * rure_options is the set of non-flag configuration options for compiling
33 * wherever a *rure_options is expected.
35 typedef struct rure_options rure_options; typedef
157 uint32_t flags, rure_options *options,
411 rure_options *rure_options_new();
418 void rure_options_free(rure_options *options);
428 void rure_options_size_limit(rure_options *options, size_t limit);
442 void rure_options_dfa_size_limit(rure_options *options, size_t limit);
468 rure_options *option
[all...]
/third_party/rust/crates/regex/regex-capi/ctest/
H A Dtest.c321 rure_options *opts = rure_options_new(); in test_compile_error_size_limit()
501 rure_options *opts = rure_options_new(); in test_regex_set_options()

Completed in 2 milliseconds