Lines Matching refs:ovector
48 10. There was a buffer overflow if pcre_exec() was called with an ovector of
186 capture so far and the currrent group as "unset". Thus, the ovector for
196 4. An attempt to do global matching in pcretest with a zero-length ovector
211 when matching, if the ovector is too small, extra memory can be obtained to
216 was called with an ovector that was too small to hold the capture, and there
242 ovector too small to capture the group.
251 was combined with setting a null ovector, for example \O\C+ as a subject
1200 their slots in the ovector are set to -1. For those that are higher than
1202 there were back references that the ovector was too small to contain
1204 highest capturing number was not used, memory off the end of the ovector
1209 ovector size, it uses memory at the end of the block that it has got.
1286 8. Ovector size of 2 is also supported by JIT based pcre_exec (the ovector size
1450 indicates that fewer than the maximum number of slots in the ovector have
1467 ovector, the return from the function was zero, implying that there were
2604 pcre_exec() in ovector are byte offsets, not character counts.
4434 would have been treated as zero, but if in addition "ovector" was passed as
5763 back references than supplied space in the ovector. This could cause segfaults.
5795 pcre_exec() didn't supply a large enough ovector to record the related