Searched refs:fcc (Results 1 - 5 of 5) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c412 const pcre_uint8 *ctypes, *lcc, *fcc; local
448 fcc = md->tables + fcc_offset;
2132 othercase = fcc[c];
2300 otherd = TABLE_GET(d, fcc, d);
2339 otherd = TABLE_GET(d, fcc, d);
2386 otherd = TABLE_GET(d, fcc, d);
2431 otherd = TABLE_GET(d, fcc, d);
2468 otherd = TABLE_GET(d, fcc, d);
2512 otherd = TABLE_GET(d, fcc, d);
H A Dpcre_study.c622 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
653 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
1487 compile_block.fcc = tables + fcc_offset;
H A Dpcre_compile.c2854 fcc points to case-flipping table
2867 const pcre_uint8 *fcc, pcre_uint32 *list)
2958 list[3] = fcc[chr];
2962 list[3] = (chr < 256) ? fcc[chr] : chr;
2964 list[3] = fcc[chr];
3191 code = get_chr_property_list(code, utf, cd->fcc, list);
3621 get_chr_property_list(code, utf, cd->fcc, list) : NULL;
3676 end = get_chr_property_list(code, utf, cd->fcc, list);
4189 SETBIT(classbits, cd->fcc[c]);
8851 cd->fcc
2866 get_chr_property_list(const pcre_uchar *code, BOOL utf, const pcre_uint8 *fcc, pcre_uint32 *list) argument
[all...]
H A Dpcre_exec.c3518 foc = md->fcc[fc];
3530 foc = TABLE_GET(fc, md->fcc, fc);
3683 och = TABLE_GET(ch, md->fcc, ch);
3692 if (ch == c || (op == OP_NOTI && TABLE_GET(ch, md->fcc, ch) == c))
3799 foc = TABLE_GET(fc, md->fcc, fc);
6567 md->fcc = tables + fcc_offset;
6693 first_char2 = TABLE_GET(first_char, md->fcc, first_char);
6715 req_char2 = TABLE_GET(req_char, md->fcc, req_char);
H A Dpcre_jit_compile.c361 const pcre_uint8 *fcc; member in struct:compiler_common
2335 return common->fcc[c] != c;
2341 return MAX_255(c) ? common->fcc[c] != c : FALSE;
2357 return TABLE_GET(c, common->fcc, c);
2373 oc = common->fcc[c];
2386 oc = TABLE_GET(c, common->fcc, c);
2390 oc = TABLE_GET(c, common->fcc, c);
3448 othercase[0] = TABLE_GET(chr, common->fcc, chr);
3793 oc = TABLE_GET(first_char, common->fcc, first_char);
4024 oc = TABLE_GET(req_char, common->fcc, req_cha
[all...]

Completed in 85 milliseconds