Lines Matching refs:callout
585 callout_info show callout information
680 mation that is requested. For each callout, either its number or string
1069 callout_capture show captures at callout time
1071 callout_error=<n>[:<m>] control callout error
1072 callout_extra show extra callout information
1073 callout_fail=<n>[:<m>] control callout failure
1074 callout_no_where do not show position of a callout
1075 callout_none do not supply a callout function
1185 A callout function is supplied when pcre2test calls the library match-
1305 If the substitute_callout modifier is set, a substitution callout func-
1307 address of the callout function is passed in a match context. When the
1308 callout function is called (after each substitution), details of the
1317 The first number on each callout line is the count of matches. The
1323 By default, the substitution callout function returns zero, which
1326 stitute_skip is set to a value greater than zero the callout function
1623 If the pattern contains any callout requests, pcre2test's callout func-
1631 By default, the callout function displays the callout number, the start
1632 and current positions in the subject text at the callout time, and the
1638 This output indicates that callout number 0 occurred for a match
1643 position, which can happen if the callout is in a lookbehind assertion.
1647 showing the callout number, the offset in the pattern, preceded by a
1660 ever a change of latest mark is passed to the callout function. For
1681 The output for a callout with a string argument is similar, except that
1682 instead of outputting a callout number before the position indicators,
1683 the callout string and its offset in the pattern string are output
1685 reflected for each callout. For example:
1700 The callout function in pcre2test returns zero (carry on matching) by
1702 change this and other parameters of the callout (see below).
1705 output when a callout occurs. This is useful only for non-DFA matching,
1709 The normal callout output, showing the callout number or pattern offset
1715 pcre2test's callout function to be generated. For the first callout in
1718 out (or start of matching if this is the first callout), "Backtrack" is
1769 The default return from the callout function is zero, which allows
1772 ing matching to backtrack) when a callout of that number is reached. If
1773 two numbers (<n>:<m>) are given, 1 is returned when callout <n> is
1777 are set for the same callout number, callout_error takes precedence.
1783 function, and passed back when the callout function is invoked. Any
1784 value other than zero is used as a return from pcre2test's callout