Searched refs:save_start (Results 1 – 2 of 2) sorted by relevance
314 PCRE2_SIZE save_start; in pcre2_substitute() local324 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()
1413 StateSaver save_start(this, start); in InlinedSearchLoop() local1420 if ((start = save_start.Restore()) == NULL || in InlinedSearchLoop()