Lines Matching full:ovector
1986 pointer to a compiled pattern. The ovector is created to be exactly the right
2351 ovector, and \fBpcre2_get_ovector_count()\fP returns the number of pairs of
2354 Within the ovector, the first in each pair of values is set to the offset of
2386 If the ovector is too small to hold all the captured substring offsets, as much
2389 data block whose ovector is of minimum length (that is, one pair). However, if
2393 containing an ovector of reasonable size.
2410 Elements in the ovector that do not correspond to capturing parentheses in the
2427 As well as the offsets in the ovector, other information about a match is
2569 If a pattern contains back references, but the ovector is not big enough to
2638 Captured substrings can be accessed directly by using the ovector as described
2703 pattern, is greater than the number of slots in the ovector, so the substring
2709 (abc)|(def) and the subject is "def", and the ovector contains at least two
2747 appropriate offset in the ovector, which contain PCRE2_UNSET for unset
2793 number of slots in the ovector, PCRE2_ERROR_UNAVAILABLE is returned. If there
2794 is at least one group with a slot in the ovector, but no group is found to be
3098 \fBpcre2_match()\fP, plus two extras. The ovector within the match data block
3196 the ovector, and can be extracted by number in the same way as for
3209 The ovector is not big enough to include a slot for the given substring number.
3213 There is a slot in the ovector for this substring, but there were insufficient
3216 The matched strings are stored in the ovector in reverse order of length; that
3218 into the ovector, the yield of the function is zero, and the vector is filled
3261 recursively, using private memory for the ovector and \fIworkspace\fP. This
3262 error is given if the internal ovector is not large enough. This should be