Searched defs:match_partial (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_match.c6471 PCRE2_SPTR match_partial = NULL; local
7002 match_partial = start_match;
7219 else if (match_partial != NULL)
7223 match_data->ovector[0] = match_partial - subject;
7226 match_data->startchar = match_partial - subject;

Completed in 495 milliseconds