Home | History | Annotate | Download | only in util

Lines Matching refs:Anchor

141 // anchor your match at the beginning of the string.  For example, you
224 EnabledExecOptions = 0x0000, // TODO: use to replace anchor flag
356 // Like Consume(..), but does not anchor the match at the beginning of the
451 enum Anchor {
453 ANCHOR_START, // Anchor at start only
454 ANCHOR_BOTH, // Anchor at start and end
460 Anchor anchor,
485 Anchor anchor,
500 Anchor anchor,
508 pcre* Compile(Anchor anchor);