Home | History | Annotate | Download | only in include

Lines Matching refs:Anchor

279 // anchor your match at the beginning of the string.  For example, you
632 enum Anchor {
634 ANCHOR_START, // Anchor at start only
635 ANCHOR_BOTH // Anchor at start and end
641 Anchor anchor,
667 Anchor anchor,
680 Anchor anchor,
686 pcre2_code * Compile(Anchor anchor);