Lines Matching full:callout
512 callout_info show callout information
594 mation that is requested. For each callout, either its number or string
899 callout_capture show captures at callout time
901 callout_fail=<n>[:<m>] control callout failure
902 callout_none do not supply a callout function
990 A callout function is supplied when pcre2test calls the library match-
992 set, the current captured groups are output when a callout occurs.
995 only one number, 1 is returned instead of 0 when a callout of that num-
996 ber is reached. If two numbers are given, 1 is returned when callout
999 description of the output when a callout it taken.
1003 function, and passed back when the callout function is invoked. Any
1004 value other than zero is used as a return from pcre2test's callout
1370 If the pattern contains any callout requests, pcre2test's callout func-
1374 The callout function in pcre2test returns zero (carry on matching) by
1376 described above) to change this and other parameters of the callout.
1387 By default, the callout function displays the callout number, the start
1388 and current positions in the subject text at the callout time, and the
1394 This output indicates that callout number 0 occurred for a match
1399 position, which can happen if the callout is in a lookbehind assertion.
1403 of showing the callout number, the offset in the pattern, preceded by a
1416 ever a change of latest mark is passed to the callout function. For
1437 The output for a callout with a string argument is similar, except that
1438 instead of outputting a callout number before the position indicators,
1439 the callout string and its offset in the pattern string are output
1441 reflected for each callout. For example:
1445 Callout (7): 'first'
1448 Callout (20): "second"