Lines Matching refs:pcre_exec

15 3.  Tidy code in pcre_exec.c where two branches that used to be different are
239 4. Change 36 for 8.33 left some unreachable statements in pcre_exec.c,
243 5. Cleaned up a "may be uninitialized" compiler warning in pcre_exec.c.
261 matched by pcre_exec() without using JIT:
405 run time, and that the facility to pass tables to pcre_exec() and
445 4. Changing the definition of the variable "op" in pcre_exec.c from pcre_uchar
502 19. Redefined some pcre_uchar variables in pcre_exec.c as pcre_uint32; this
517 in the condition was skipped when pcre_exec() was used for matching.
588 43. Clarified the data type for length and startoffset arguments for pcre_exec
734 29. If pcre_exec() or pcre_dfa_exec() was called with a negative value for
741 pcre_exec().
768 3. Add a cast to pcre_exec.c to fix the warning "unary minus operator applied
943 8. Ovector size of 2 is also supported by JIT based pcre_exec (the ovector size
1102 pcre_exec() was not big enough for this capture, the yield of the function
1111 slots in the output vector, pcre_exec() uses temporary memory during
1191 given to pcre_exec() or pcre_dfa_exec() it did work.)
1226 pcre_exec() and pcre_dfa_exec() when the UTF-8 string check fails, as long
1234 pcre_exec() and pcre_dfa_exec().
1237 pcre_exec() or pcre_dfa_exec() fails; if the error is a UTF-8 check
1259 using pcre_exec().
1293 empty string, and PCRE_NOTEMPTY was set, pcre_exec() thought the whole
1332 24. The way atomic groups are processed by pcre_exec() has been changed so that
1570 14. Neither pcre_exec() nor pcre_dfa_exec() was checking that the value given
1576 15. In both pcre_exec() and pcre_dfa_exec() the code for checking that the
1603 passed through to pcre_exec() or pcre_dfa_exec(). This makes it available
1759 "match()" function of pcre_exec.c by one pointer. Forthcoming
1854 12. Although pcre_dfa_exec() does not use nearly as much stack as pcre_exec()
1954 requested for pcre_exec() have been removed. All patterns can now be
1965 11. Partial matching with pcre_exec() is now more intuitive. A partial match
2114 pcre_exec() and pcre_dfa_exec().
2243 after a newline (e.g /.*anything/ without the DOTALL flag), pcre_exec() and
2261 pcre_exec() in ovector are byte offsets, not character counts.
2677 when pcre_exec() would call its internal match() function recursively and
2852 8. A pattern such as (.*(.)?)* caused pcre_exec() to fail by either not
3113 14. A bit of tidying/refactoring in pcre_exec.c in the main bumpalong loop.
3199 returned by pcre_exec() or pcre_dfa_exec(). If this happens in a /g or /G
3492 (a) All non-match returns from pcre_exec() were being treated as failures
3614 library, to replace subject pointers for pcre_exec() with a smart pointer
4060 pcre_exec() and the \P data escape in pcretest.
4086 to pcre_exec() should be used to pass in a tables address if a value
4089 22. Calling pcre_exec() with a negative value of the "ovecsize" parameter is
4565 pcre_exec(). This saves a malloc/free per call. The default value of
4640 function is called in a call to pcre_exec(). This facility makes it possible to
4650 (b) For each call to pcre_exec(), you can pass a pcre_extra block in which
4653 If the limit is exceeded, pcre_exec() returns PCRE_ERROR_MATCHLIMIT.
4683 of match() calls in a pcre_exec() execution. See 42 above.
4689 45. A need has arisen to pass over additional data with calls to pcre_exec() in
4702 call to pcre_exec()
4713 PCRE_EXTRA_STUDY_DATA flag set. This can be passed directly to pcre_exec() as
4717 If you want to pass in additional data to pcre_exec(), you can either place it
4722 data string contains the escape sequence \M, pcretest calls pcre_exec() several
4724 pcre_exec() to complete. The value is then output. This can be instructive; for
4747 < 0 => serious error, return this value from pcre_exec()
4895 6. pcre_exec() was referring to its "code" argument before testing that
5032 captured string vector to pcre_exec(), but (since release 2.00) PCRE has
5125 2. Added an extra argument to pcre_exec() to supply an offset in the subject to
5452 pcre_exec() didn't supply a large enough ovector to record the related
5506 anchored patterns when this is possible, and use it if passed to pcre_exec().
5514 2. Add pcre_study() to the API and the passing of pcre_extra to pcre_exec(),
5550 5. Add an options word to pcre_exec() and accept PCRE_ANCHORED and