Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_xclass.c100 while ((t = *data++) != XCL_END) in PRIV()
Dpcre_printint.c710 while ((ch = *ccode++) != XCL_END) in pcre_printint()
Dpcre_internal.h1828 #define XCL_END 0 /* Marks end of individual items */ macro
DHACKING343 XCL_END marks the end of the list
Dpcre_jit_compile.c4811 while (*cc != XCL_END) in compile_xclass_matchingpath()
5005 while (*cc != XCL_END) in compile_xclass_matchingpath()
5423 propdata[4] = XCL_END; in compile_char1_matchingpath()
Dpcre_compile.c5543 *class_uchardata++ = XCL_END; /* Marks the end of extra data */ in compile_branch()