Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2773 static int parse_regex(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookbehind, in parse_regex() argument
3517 *has_lookbehind = TRUE; in parse_regex()
4791 *has_lookbehind = TRUE; in parse_regex()
10131 BOOL has_lookbehind = FALSE; /* Set TRUE if a lookbehind is found */ in pcre2_compile() local
10523 errorcode = parse_regex(ptr, cb.external_options, &has_lookbehind, &cb); in pcre2_compile()
10536 if (has_lookbehind) in pcre2_compile()

Completed in 24 milliseconds