• Home
  • Raw
  • Download

Lines Matching refs:pcre2_match

208 that is called by both pcre2_match() and pcre2_dfa_match().
277 19. A minor tidy in pcre2_match(): making all PCRE2_ERROR_ returns use "return"
281 20. Allocate a single callout block on the stack at the start of pcre2_match()
289 field callout_flags in callout blocks. The bits are set by pcre2_match(), but
305 matching (both pcre2_match() and pcre2_dfa_match()) and the matched string
311 number of code units (the bitmap case) in both pcre2_match() and
346 1. The main interpreter, pcre2_match(), has been refactored into a new version
383 2. Now that pcre2_match() no longer uses recursive function calls (see above),
440 16. Since 10.21, if pcre2_match() was called with a null context, default
445 only to pcre2_match():
468 22. Added an explicit limit on the amount of heap used by pcre2_match(), set by
484 27. Update pcre2test, remove some unused code in pcre2_match(), and upgrade the
1068 32. Implemented the PCRE2_NO_JIT option for pcre2_match().
1084 pcre2_match.c, in anticipation that this is needed for the same reason it was
1257 40. Arrange for the UTF check in pcre2_match() and pcre2_dfa_match() to look
1346 second and subsequent calls to pcre2_match().
1440 because it sets the "startoffset" parameter for pcre2_match().
1525 pcre2_match() it worked by luck; in pcre2_dfa_match() it gave an incorrect
1694 backreference number. This mattered only if pcre2_match() was called with an
1698 not be consulted, leading to a incorrect behaviour by pcre2_match(). This bug
1762 failed to allow the zero-repeat case if pcre2_match() was called with an