Home | History | Annotate | Download | only in src

Lines Matching refs:compile_regex

126   compile_regex(uint32_t, PCRE2_UCHAR **, uint32_t **, int *, uint32_t,
6022 compile_regex(
7519 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, uint32_t **pptrptr,
9559 passing a non-NULL final argument to compile_regex(). We pass a block of
9574 (void)compile_regex(cb.external_options, &code, &pptr, &errorcode, 0, &firstcu,
9579 /* This should be caught in compile_regex(), but just in case... */
9672 regexrc = compile_regex(re->overall_options, &code, &pptr, &errorcode, 0,
9905 the end of the pattern, but certain errors in compile_regex() may reset it if