Home
last modified time | relevance | path

Searched refs:REG_ESIZE (Results 1 – 5 of 5) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2posix.h90 REG_ESIZE, /* expression too big */ enumerator
Dpcre2posix.c137 REG_ESIZE, /* parentheses nested too deeply */
139 REG_ESIZE, /* regular expression too large */
/third_party/boost/boost/
Dregex.h87 using boost::REG_ESIZE;
/third_party/boost/boost/regex/v4/
Dcregex.hpp151 static const reg_error_t REG_ESIZE = 15; /* expression too big */ variable
/third_party/boost/libs/regex/doc/
Dlocale.qbk189 [[215][REG_ESIZE]["Regular expression too big" ]]