Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_substitute.c314 PCRE2_SIZE save_start; in pcre2_substitute() local
324 save_start = start_offset++; in pcre2_substitute()
349 fraglength = start_offset - save_start; in pcre2_substitute()
350 CHECKMEMCPY(subject + save_start, fraglength); in pcre2_substitute()
/external/regex-re2/re2/
Ddfa.cc1413 StateSaver save_start(this, start); in InlinedSearchLoop() local
1420 if ((start = save_start.Restore()) == NULL || in InlinedSearchLoop()