Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_intmodedep.h753 BOOL had_pruneorskip; /* (*PRUNE) or (*SKIP) encountered */ member
Dpcre2_compile.c6253 cb->had_pruneorskip = TRUE; in compile_branch()
6278 cb->had_pruneorskip = TRUE; in compile_branch()
8456 atomcount > 0 || cb->had_pruneorskip || inassert || in is_anchored()
8585 atomcount > 0 || cb->had_pruneorskip || inassert || in is_startline()
10306 cb.had_pruneorskip = FALSE; in pcre2_compile()