Lines Matching refs:vector
2895 pointers in the output vector (described with pcre_exec() below). To do
3085 ovector, /* vector of integers for substring information */
3506 Captured substrings are returned to the caller via a vector of integers
3511 The first two-thirds of the vector is used to pass back captured sub-
3513 of the vector is used as workspace by pcre_exec() while matching cap-
3540 If the vector is too small to hold all the captured substring offsets,
3550 There are some cases where zero is returned (indicating vector over-
3551 flow) when in fact the vector is exactly the right size for the final
3556 If a vector of 6 elements (allowing for only 1 captured substring) is
3558 captured string, thereby recording a vector overflow, before failing to
3582 and third capturing subpatterns (assuming the vector is large enough,
3660 the output vector (ovecsize) is at least 2, the byte offset to the
3773 UTF8, and the size of the output vector (ovecsize) is at least 2, the
3775 first output vector element (ovector[0]) and a reason code is placed in
3880 matched, ovector is a pointer to the vector of integer offsets that was
3886 be the number of elements in the vector divided by three.
4095 workspace vector should contain at least 20 elements. It is used for
4112 ovector, /* vector of integers for substring information */
4114 wspace, /* working space vector */
4158 vector as before because data about the match so far is left in them
4193 fit into ovector, the yield of the function is zero, and the vector is
4235 workspace vector.
4241 This error is given if the output vector is not large enough. This
4242 should be extremely rare, as a vector of size 1000 is used.
4431 The offset_vector field is a pointer to the vector of offsets that was
4549 tions are counted, but their entries in the offsets vector are never
8765 If there are at least two slots in the offsets vector when a partial
8769 If there are at least three slots in the offsets vector, the third slot
8876 offsets vector.
9707 of each substring, respectively. The 0th element of the vector relates