Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c176 #define GI_SET_FIXED_LENGTH 0x10000000u macro
919 if ((groupinfo & GI_SET_FIXED_LENGTH) != 0) in find_fixedlength()
976 groupinfo |= (uint32_t)(GI_SET_FIXED_LENGTH | length); in find_fixedlength()