Home | History | Annotate | Download | only in src

Lines Matching full:ovector

1552 PCRE2_SIZE *ovector = calloutptr->offset_vector;
1640 argslen += ovector[capture_id + 1] - ovector[capture_id];
1726 capturesize = ovector[capture_id + 1] - ovector[capture_id];
1727 memcpy(argsptr, subject + ovector[capture_id], capturesize);