Home
last modified time | relevance | path

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

/external/pcre/src/
Dpcre2_substitute.c230 uint32_t goptions = 0; in pcre2_substitute() local
389 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()
/external/kernel-headers/original/uapi/linux/
Dcapi.h69 __u32 goptions; /* global options */ member