Lines Matching refs:vector

2906        pointers in the output vector (described with pcre_exec() below). To do
3096 ovector, /* vector of integers for substring information */
3517 Captured substrings are returned to the caller via a vector of integers
3522 The first two-thirds of the vector is used to pass back captured sub-
3524 of the vector is used as workspace by pcre_exec() while matching cap-
3551 If the vector is too small to hold all the captured substring offsets,
3561 There are some cases where zero is returned (indicating vector over-
3562 flow) when in fact the vector is exactly the right size for the final
3567 If a vector of 6 elements (allowing for only 1 captured substring) is
3569 captured string, thereby recording a vector overflow, before failing to
3593 and third capturing subpatterns (assuming the vector is large enough,
3671 the output vector (ovecsize) is at least 2, the byte offset to the
3784 UTF8, and the size of the output vector (ovecsize) is at least 2, the
3786 first output vector element (ovector[0]) and a reason code is placed in
3891 matched, ovector is a pointer to the vector of integer offsets that was
3897 be the number of elements in the vector divided by three.
4106 workspace vector should contain at least 20 elements. It is used for
4123 ovector, /* vector of integers for substring information */
4125 wspace, /* working space vector */
4169 vector as before because data about the match so far is left in them
4204 fit into ovector, the yield of the function is zero, and the vector is
4246 workspace vector.
4252 This error is given if the output vector is not large enough. This
4253 should be extremely rare, as a vector of size 1000 is used.
4442 The offset_vector field is a pointer to the vector of offsets that was
4560 tions are counted, but their entries in the offsets vector are never
8789 If there are at least two slots in the offsets vector when a partial
8793 If there are at least three slots in the offsets vector, the third slot
8900 offsets vector.
9731 of each substring, respectively. The 0th element of the vector relates