Searched refs:goptions (Results 1 – 1 of 1) sorted by relevance
230 uint32_t goptions = 0; in pcre2_substitute() local386 else rc = pcre2_match(code, subject, length, start_offset, options|goptions, in pcre2_substitute()403 if (goptions == 0 || start_offset >= length) break; in pcre2_substitute()437 goptions = 0; in pcre2_substitute()462 goptions = PCRE2_NOTEMPTY_ATSTART | PCRE2_ANCHORED; in pcre2_substitute()949 goptions = (ovector[0] != ovector[1] || ovector[0] > start_offset)? 0 : in pcre2_substitute()
Completed in 8 milliseconds