Searched refs:goptions (Results 1 – 1 of 1) sorted by relevance
230 uint32_t goptions = 0; in pcre2_substitute() local389 else rc = pcre2_match(code, subject, length, start_offset, options|goptions, in pcre2_substitute()406 if (goptions == 0 || start_offset >= length) break; in pcre2_substitute()440 goptions = 0; in pcre2_substitute()465 goptions = PCRE2_NOTEMPTY_ATSTART | PCRE2_ANCHORED; in pcre2_substitute()952 goptions = (ovector[0] != ovector[1] || ovector[0] > start_offset)? 0 : in pcre2_substitute()
Completed in 5 milliseconds