Home
last modified time | relevance | path

Searched refs:ovector_count (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_substitute.c226 uint32_t ovector_count; in pcre2_substitute() local
265 ovector_count = pcre2_get_ovector_count(match_data); in pcre2_substitute()
406 if (rc == 0) rc = ovector_count; in pcre2_substitute()
611 if (ng < ovector_count) in pcre2_substitute()