Home | History | Annotate | Download | only in src

Lines Matching defs:ovector

1882   ovector:      capture offsets
1891 PCRE2_SIZE *ovector, PCRE2_SIZE capture_top)
1936 capturesize = ovector[capture_id + 1] - ovector[capture_id];
1939 print_match(subject + ovector[capture_id], capturesize);
2067 PCRE2_SIZE *ovector = calloutptr->offset_vector;
2091 (void)display_output_text(string, TRUE, subject, ovector, capture_top);
2167 argslen += ovector[capture_id + 1] - ovector[capture_id];
2253 capturesize = ovector[capture_id + 1] - ovector[capture_id];
2254 memcpy(argsptr, subject + ovector[capture_id], capturesize);