Searched defs:xclass_flags (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c3081 const pcre_uchar *xclass_flags; local
3243 xclass_flags = (list_ptr == list ? code : base_end) - list_ptr[2] + LINK_SIZE;
3244 if ((*xclass_flags & XCL_HASPROP) != 0) return FALSE;
3245 if ((*xclass_flags & XCL_MAP) == 0)
3252 set2 = (pcre_uint8 *)(xclass_flags + 1);

Completed in 40 milliseconds