Searched refs:goptions (Results 1 – 1 of 1) sorted by relevance
230 uint32_t goptions = 0; in pcre2_substitute() local367 else rc = pcre2_match(code, subject, length, start_offset, options|goptions, in pcre2_substitute()384 if (goptions == 0 || start_offset >= length) break; in pcre2_substitute()418 goptions = 0; in pcre2_substitute()443 goptions = PCRE2_NOTEMPTY_ATSTART | PCRE2_ANCHORED; in pcre2_substitute()930 goptions = (ovector[0] != ovector[1] || ovector[0] > start_offset)? 0 : in pcre2_substitute()