Home
last modified time | relevance | path

Searched defs:PCRE2_ERROR_NOMATCH (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/regex/bench/src/ffi/
Dpcre2.rs149 const PCRE2_ERROR_NOMATCH: c_int = -1; constant
/third_party/pcre2/pcre2/src/
Dpcre2.h.in320 #define PCRE2_ERROR_NOMATCH (-1) macro