Home
last modified time | relevance | path

Searched defs:REG_ESIZE (Results 1 – 4 of 4) sorted by relevance

/external/pcre/src/
Dpcre2posix.h92 REG_ESIZE, /* expression too big */ enumerator
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dcregex.hpp151 static const reg_error_t REG_ESIZE = 15; /* expression too big */ variable
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dcregex.hpp153 static const reg_error_t REG_ESIZE = 15; /* expression too big */ variable
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1265 pub const REG_ESIZE: ::c_int = 15; constant