Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-capi/ctest/
H A Dtest.c278 rure *re = rure_compile((const uint8_t *)pattern, strlen(pattern), in test_flags()
295 rure *re = rure_compile((const uint8_t *)"(", 1, 0, NULL, err); in test_compile_error()
324 rure *re = rure_compile((const uint8_t *)"\\w{100}", 8, 0, opts, err); in test_compile_error_size_limit()
/third_party/rust/crates/regex/regex-capi/examples/
H A Diter.c55 rure *re = rure_compile((const uint8_t *)pattern, pattern_len, in main()
/third_party/rust/crates/regex/regex-capi/include/
H A Drure.h38 * The flags listed below can be used in rure_compile to set the default
128 * just use rure_compile.
138 * rure_compile compiles the given pattern into a regular expression. The
147 * rure_compile.
156 rure *rure_compile(const uint8_t *pattern, size_t length,
404 * Options may be freed immediately after a call to rure_compile, but otherwise
405 * may be freely used in multiple calls to rure_compile.
408 * safe to call rure_compile from multiple threads simultaneously using the
426 * compilation error will be returned from rure_compile.
458 * rure_compile
[all...]

Completed in 2 milliseconds