Home
last modified time | relevance | path

Searched refs:re_endp (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/regex/src/
Dposix_api.cpp119 p2 = expression->re_endp; in regcompA()
173 if(std::strcmp(e->re_endp, names[i]) == 0) in regerrorA()
Dwide_posix_api.cpp129 p2 = expression->re_endp; in regcompW()
188 if(std::wcscmp(e->re_endp, wnames[i]) == 0) in regerrorW()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h51 const char *re_endp; /* end pointer for REG_PEND */ member
Dregerror.c128 if (strcmp(r->name, preg->re_endp) == 0) in regatoi()
DRegex.cpp31 preg->re_endp = regex.end(); in Regex()
Dregcomp.c311 if (preg->re_endp < pattern) in llvm_regcomp()
313 len = preg->re_endp - pattern; in llvm_regcomp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h51 const char *re_endp; /* end pointer for REG_PEND */ member
Dregerror.c128 if (strcmp(r->name, preg->re_endp) == 0) in regatoi()
DRegex.cpp27 preg->re_endp = regex.end(); in Regex()
Dregcomp.c183 if (preg->re_endp < pattern) in llvm_regcomp()
185 len = preg->re_endp - pattern; in llvm_regcomp()
/third_party/pcre2/pcre2/src/
Dpcre2posix.h104 const char *re_endp; member
Dpcre2posix.c304 patlen = ((cflags & REG_PEND) != 0)? (PCRE2_SIZE)(preg->re_endp - pattern) : in pcre2_regcomp()
Dpcre2test.c5526 preg.re_endp = (char *)pbuffer8 + patlen; in process_pattern()
/third_party/boost/libs/regex/test/regress/
Dtest_deprecated.cpp291 re.re_endp = buf; in test_deprecated()
373 re.re_endp = buf; in test_deprecated()
/third_party/boost/boost/regex/v4/
Dcregex.hpp68 const char* re_endp; /* end pointer for REG_PEND */ member
82 const wchar_t* re_endp; /* end pointer for REG_PEND */ member
/third_party/boost/libs/regex/doc/
Dposix_api.qbk69 [[`const TCHAR* re_endp`][Points to the end of the expression to compile when the flag REG_PEND is …
89 [[REG_PEND][When this flag is set the re_endp parameter of the regex_t structure must point to the …
/third_party/pcre2/pcre2/doc/
Dpcre2.txt10029 re_endp field is ignored. This is a GNU extension to the POSIX standard
10063 of the structure (as well as re_endp) is public: re_nsub contains the