Searched refs:PT_CLIST (Results 1 - 6 of 6) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_dfa_exec.c | 1128 case PT_CLIST: 1386 case PT_CLIST: 1638 case PT_CLIST: 1915 case PT_CLIST:
|
H A D | pcre_printint.c | 257 /* "Normal" properties can be printed from tables. The PT_CLIST property is a 266 if (code[1] != PT_CLIST)
|
H A D | pcre_study.c | 884 PT_CLIST identifies a list of characters. These lists are short, as they 889 if (tcode[1] != PT_CLIST) return SSB_FAIL;
|
H A D | pcre_compile.c | 773 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, /* PT_CLIST */ 2828 case PT_CLIST: 2978 if (code[0] != PT_CLIST) 5353 *code++ = PT_CLIST; 7926 *code++ = PT_CLIST;
|
H A D | pcre_exec.c | 2616 case PT_CLIST: 4293 case PT_CLIST: 5046 case PT_CLIST: 5555 case PT_CLIST:
|
H A D | pcre_jit_compile.c | 4792 if (*cc == PT_CLIST) 4834 case PT_CLIST: 5085 case PT_CLIST:
|
Completed in 206 milliseconds