Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c175 #define GI_NOT_FIXED_LENGTH 0x20000000u macro
918 if ((groupinfo & GI_NOT_FIXED_LENGTH) != 0) return FFL_NOTFIXED; in find_fixedlength()
1264 groupinfo |= GI_NOT_FIXED_LENGTH; in find_fixedlength()