Home
last modified time | relevance | path

Searched defs:match_context (Results 1 – 3 of 3) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_fuzzsupport.c62 pcre2_match_context *match_context = NULL; in LLVMFuzzerTestOneInput() local
Dpcre2grep.c263 static pcre2_match_context *match_context; variable
/third_party/rust/crates/regex/bench/src/ffi/
Dpcre2.rs159 type match_context = c_void; // unused typedef
192 match_context: *mut match_context, in pcre2_jit_match_8() argument