Searched refs:re_endp (Results 1 – 17 of 17) sorted by relevance
119 p2 = expression->re_endp; in regcompA()173 if(std::strcmp(e->re_endp, names[i]) == 0) in regerrorA()
129 p2 = expression->re_endp; in regcompW()188 if(std::wcscmp(e->re_endp, wnames[i]) == 0) in regerrorW()
51 const char *re_endp; /* end pointer for REG_PEND */ member
128 if (strcmp(r->name, preg->re_endp) == 0) in regatoi()
31 preg->re_endp = regex.end(); in Regex()
311 if (preg->re_endp < pattern) in llvm_regcomp()313 len = preg->re_endp - pattern; in llvm_regcomp()
27 preg->re_endp = regex.end(); in Regex()
183 if (preg->re_endp < pattern) in llvm_regcomp()185 len = preg->re_endp - pattern; in llvm_regcomp()
104 const char *re_endp; member
304 patlen = ((cflags & REG_PEND) != 0)? (PCRE2_SIZE)(preg->re_endp - pattern) : in pcre2_regcomp()
5526 preg.re_endp = (char *)pbuffer8 + patlen; in process_pattern()
291 re.re_endp = buf; in test_deprecated()373 re.re_endp = buf; in test_deprecated()
68 const char* re_endp; /* end pointer for REG_PEND */ member82 const wchar_t* re_endp; /* end pointer for REG_PEND */ member
69 [[`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 …
10029 re_endp field is ignored. This is a GNU extension to the POSIX standard10063 of the structure (as well as re_endp) is public: re_nsub contains the